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

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

Issue 9968039: Add ragel machine generators 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
Index: src/trusted/validator_ragel/unreviewed/Makefile
===================================================================
--- src/trusted/validator_ragel/unreviewed/Makefile (revision 8189)
+++ src/trusted/validator_ragel/unreviewed/Makefile (working copy)
@@ -15,7 +15,7 @@
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
+ -O3 -finline-limit=10000 -I../../../../.. -DNACL_LINUX
CXX = g++ -std=c++0x -O3 -finline-limit=10000
RAGEL = ragel
CFLAGS = -g

Powered by Google App Engine
This is Rietveld 408576698