summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-06-29 17:54:50 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-06-29 17:54:50 -0700
commit2d21601d477dfc242d31acabdad119a56d2b7945 (patch)
tree96a08d55056b9a82b7beed9b22fce7bb160a730f /Makefile
parent5e2691460e9fb2ec9b77c1f9d133ae6b667afc3a (diff)
Reworked low-level parsing: smaller, safer.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ac85b6..7bc24fe 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CC=gcc
CXX=g++
CFLAGS=-std=c99
-CPPFLAGS=-O3 -Wall -Wextra -pedantic -g -DUPB_UNALIGNED_READS_OK -fomit-frame-pointer
+CPPFLAGS=-O3 -DNDEBUG -Wall -Wextra -pedantic -g -DUPB_UNALIGNED_READS_OK -fomit-frame-pointer
OBJ=upb_parse.o upb_table.o upb_msg.o upb_context.o descriptor.o
all: $(OBJ) test_table tests
clean:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback