testing g++ build [3]

This commit is contained in:
R4SAS 2017-11-17 11:07:51 +03:00
parent 68b01224c0
commit b82bd46cec
3 changed files with 14 additions and 13 deletions

View file

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