summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-06-28 13:15:00 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-06-28 13:15:00 -0700
commit03616c86ea3ba2d8da1e5e6b342d717165b71655 (patch)
treec92f6facc2a120d905e3c1946ba54bf0c147e0f7 /Makefile
parent01fb1d45ed26068bcb32a2dbf4ba8e56e65475e9 (diff)
Fixed test_table and a few bugs in upb_table.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12d37e4..0ac85b6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CC=gcc
CXX=g++
CFLAGS=-std=c99
-CPPFLAGS=-O3 -Wall -Wextra -pedantic -g -DNDEBUG -DUPB_UNALIGNED_READS_OK -fomit-frame-pointer
+CPPFLAGS=-O3 -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