Switch to O1 for now.

This commit is contained in:
James Gregory 2013-04-23 14:45:30 -07:00
parent d529287cfa
commit 4d4b638531
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ OBJ_DIR := $(OBJ_DIR)/debug
LIB_DIR := $(LIB_DIR)/debug
BIN_DIR := $(BIN_DIR)/debug
else
CCFLAGS += -O2
CXXFLAGS += -O2
CCFLAGS += -O1
CXXFLAGS += -O1
DEFINES += -DNDEBUG
OBJ_DIR := $(OBJ_DIR)/release
LIB_DIR := $(LIB_DIR)/release