summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-06 13:34:40 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-06 13:34:40 -0700
commit5235966ed5f369969c6ba0a558453ff22097a722 (patch)
treead3d775531b264f65e78cb964c0cae2645a44178 /Makefile
parentdd2094537ad4316ddd42b10bca291f8d2e712de1 (diff)
Lots of documentation, cleanup, and fixed memory leaks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e60c72..a06ff0c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CC=gcc
CXX=g++
CFLAGS=-std=c99
-CPPFLAGS=-O0 -Wall -Wextra -pedantic -g -DUPB_UNALIGNED_READS_OK -fomit-frame-pointer
+CPPFLAGS=-Wall -Wextra -pedantic -g -DUPB_UNALIGNED_READS_OK -fomit-frame-pointer
OBJ=upb_parse.o upb_table.o upb_msg.o upb_enum.o upb_context.o descriptor.o
all: $(OBJ) test_table tests upbc
clean:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback