summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-11-29 18:44:41 +0000
committerJosh Haberman <jhaberman@gmail.com>2016-11-29 18:44:41 +0000
commit16ca9309b35ddadd103d1542818ea75f0a567c92 (patch)
treefc79dab4ae279a5ae85bba54ec57e98c352dbcc7 /Makefile
parent4b0c4ca7fb0aa9207af3398e04534b23fbb88f27 (diff)
Removed some temporary code and fixed a few tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6521cb7..62af57c 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ all: lib tests tools/upbc lua python
testall: test pythontest
# Set this to have user-specific flags (especially things like -O0 and -g).
-USER_CPPFLAGS?=-O0 -g -ffunction-sections -fdata-sections -I/usr/include/lua5.2 -UNDEBUG
+USER_CPPFLAGS?=
# Build with "make WITH_JIT=yes" (or anything besides "no") to enable the JIT.
WITH_JIT=no
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback