small fixes

This commit is contained in:
Jinhao
2017-06-21 22:42:22 +08:00
parent 74dedb9506
commit ad55c51a3e
2 changed files with 7 additions and 8 deletions

View File

@@ -8,7 +8,6 @@ SRCROOT = ../../source
EXTRLIB = ../../extrlib
NANA_INC= $(INCROOT)/nana
OUTROOT = out
#CXXFLAGS= -g -std=c++11 -Wall
CXXFLAGS= -g -fexceptions -std=c++11 -Wall -Wextra -Wunused-variable -Wfatal-errors
INCS = -I$(INCROOT) -I/usr/include/freetype2 -I$(EXTRLIB)