testing g++ build [2]

This commit is contained in:
R4SAS 2017-11-17 10:53:17 +03:00
parent 18b4fe0b45
commit 68b01224c0
2 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,6 @@
#CXX = clang++
ifndef TRAVIS_OS_NAME
CXX = clang++
endif
CXXFLAGS = -Os -Wall -std=c++11 -DMAC_OSX
#CXXFLAGS = -g -O2 -Wall -std=c++11
INCFLAGS = -I/usr/local/include