Makefile tweak

This commit is contained in:
Tim Warren 2015-05-29 09:35:28 -04:00
parent 223805414d
commit 475966853e
1 changed files with 1 additions and 6 deletions

View File

@ -50,12 +50,7 @@ ifeq ($(OS),Windows_NT)
endif
ifeq ($(OS),Linux)
CXX += -std=c++11
endif
# Travis CI workaround
ifeq ($(CI),true)
CXX += -std=gnu++11
CXX += -std=c++11
endif
CXX += -Iinclude -I. -I/usr/local/include