| Index: src/trusted/validator_ragel/unreviewed/Makefile
|
| ===================================================================
|
| --- src/trusted/validator_ragel/unreviewed/Makefile (revision 8211)
|
| +++ src/trusted/validator_ragel/unreviewed/Makefile (working copy)
|
| @@ -15,8 +15,8 @@
|
| PYTHON2X=/usr/bin/python2.6
|
| CC = gcc -std=gnu99 -Wdeclaration-after-statement -Wall -pedantic -Wextra \
|
| -Wno-long-long -Wswitch-enum -Wsign-compare -Wno-variadic-macros -Werror \
|
| - -O3 -finline-limit=10000
|
| -CXX = g++ -std=c++0x -O3 -finline-limit=10000
|
| + -O3 -finline-limit=10000 -I../../../../.. -DNACL_LINUX
|
| +CXX = g++ -std=c++0x -O3 -finline-limit=10000 -DNACL_TRUSTED_BUT_NOT_TCB
|
| RAGEL = ragel
|
| CFLAGS = -g
|
| CXXFLAGS = -g
|
|
|