summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-08-06 15:06:09 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-08-06 15:06:09 -0700
commit952ea88db21635f804ba67428ba504d497690d9b (patch)
tree00397c34839e5e62740076d9a41c77489455db90 /Makefile
parent6945fbf048cf3e3d869ee64f95e693a3eac78b28 (diff)
Remove perf-cppflags from repository.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39569b6..33cd4f9 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ CC=gcc
CXX=g++
CFLAGS=-std=c99
INCLUDE=-Idescriptor -Isrc -Itests -I.
-CPPFLAGS=-O3 -Wall -Wextra -g $(INCLUDE) $(strip $(shell cat perf-cppflags))
+CPPFLAGS=-O3 -Wall -Wextra -g $(INCLUDE) $(strip $(shell test -f perf-cppflags && cat perf-cppflags))
LIBUPB=src/libupb.a
ALL=deps $(OBJ) $(LIBUPB) tests/test_table tests/tests tools/upbc
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback