This commit is contained in:
gabime
2014-02-03 20:28:19 +02:00
parent 5e8eea7e90
commit 52dc317cfb
4 changed files with 50 additions and 114 deletions

View File

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