This commit is contained in:
gabime
2014-01-27 13:57:52 +02:00
parent 3a30e57d25
commit 0bf2391d4a
2 changed files with 20 additions and 10 deletions

View File

@@ -7,9 +7,9 @@ OBJS_DEBUG = $(patsubst %.cpp,debug/%.o,$(_SOURCES))
CXX = g++
CXXFLAGS = -Wall -std=c++11 -pthread -I../../include
CXX_RELEASE_FLAGS = -O3 -flto
CXX_DEBUG_FLAGS= -g
CXXFLAGS = -march=native -Wall -std=c++11 -pthread -I../../include
CXX_RELEASE_FLAGS = -O2 -flto
CXX_DEBUG_FLAGS= -g -ggdb
OUTLIB_RELEASE = libc11log.a
OUTLIB_DEBUG = libc11log-debug.a