Remove perf-cppflags from repository.

pull/13171/head
Joshua Haberman 16 years ago
parent 6945fbf048
commit 952ea88db2
  1. 2
      Makefile
  2. 1
      perf-cppflags

@ -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

@ -1 +0,0 @@
-DNDEBUG -fomit-frame-pointer -msse3 -m32
Loading…
Cancel
Save