X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=common.mk;h=bc068dff1fb1e559b4aafb9b01881028c28b615a;hb=HEAD;hp=aca498c7dffc8ab426fea26f84abc3b76e9f3e4f;hpb=6898da1b7c46ddf3427ea0127dc68f8cc6016511;p=c11tester.git diff --git a/common.mk b/common.mk index aca498c7..bc068dff 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)