summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-08-01 23:06:22 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-08-01 23:06:22 -0700
commite8c58eb78dbd7fc161a82da321dad028a0acbb3d (patch)
treeb7c1a8b0b0d76ab2236dc7eb961f1af5095b10ef /Makefile
parenta952e42e996fcab8f13e48d0078c0e95a4d507d9 (diff)
Sketches of serialization.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2ee0ff6..0b0d9da 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,9 @@ CC=gcc
CXX=g++
CFLAGS=-std=c99
INCLUDE=-Idescriptor -Isrc -Itests -I.
-CPPFLAGS=-O3 -fomit-frame-pointer -Wall -Wextra -g -DUPB_UNALIGNED_READS_OK -DNDEBUG $(INCLUDE)
+CPPFLAGS=-O3 -fomit-frame-pointer -Wall -Wextra -g -DNDEBUG $(INCLUDE)
OBJ=src/upb_parse.o src/upb_table.o src/upb_msg.o src/upb_enum.o src/upb_context.o \
- src/upb_string.o src/upb_text.o descriptor/descriptor.o
+ src/upb_string.o src/upb_text.o src/upb_serialize.o descriptor/descriptor.o
SRC=src/*.c src/*.h descriptor/*.c descriptor/*.h tests/*.c tests/*.h tools/*.c
ALL=$(OBJ) src/libupb.a tests/test_table tests/tests tools/upbc benchmark/benchmark
all: $(ALL)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback