X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=blobdiff_plain;f=common.mk;h=009ae634827f39f4d8dab210611e7b9f88bcbcec;hp=9fe9f09745c73ef0f75e3776c9d09c4a6b58c3d0;hb=b4a228de75d93aad50a07b3b048f69bc57ba2dd8;hpb=6d8f169552ab07df876bd11725162ac602c5f4fe diff --git a/common.mk b/common.mk index 9fe9f09..009ae63 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 -O3 +CPPFLAGS += -Wall -g -O0 # Mac OSX options ifeq ($(UNAME), Darwin)