X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=common.mk;h=9fe9f09745c73ef0f75e3776c9d09c4a6b58c3d0;hb=6d8f169552ab07df876bd11725162ac602c5f4fe;hp=009ae634827f39f4d8dab210611e7b9f88bcbcec;hpb=a330e8dbc94f534876cc35b1d9d1b1c06d83a437;p=c11tester.git diff --git a/common.mk b/common.mk index 009ae634..9fe9f097 100644 --- a/common.mk +++ b/common.mk @@ -8,7 +8,7 @@ UNAME = $(shell uname) LIB_NAME = model LIB_SO = lib$(LIB_NAME).so -CPPFLAGS += -Wall -g -O0 +CPPFLAGS += -Wall -g -O3 # Mac OSX options ifeq ($(UNAME), Darwin)