Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: src/trusted/validator_ragel/unreviewed/Makefile

Issue 10031039: Add ragel validator to SCONS (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/validator_ragel/build.scons ('k') | src/trusted/validator_ragel/unreviewed/decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_ragel/unreviewed/Makefile
===================================================================
--- src/trusted/validator_ragel/unreviewed/Makefile (revision 8217)
+++ 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
« no previous file with comments | « src/trusted/validator_ragel/build.scons ('k') | src/trusted/validator_ragel/unreviewed/decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698