From 853980671c72b78d59fe05245fc8f49bdf5b8b70 Mon Sep 17 00:00:00 2001 From: Brian Demsky Date: Wed, 3 Oct 2012 03:04:21 -0700 Subject: [PATCH] extra file committed accidentally --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 9fe9f097..009ae634 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) -- 2.34.1