mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
testing g++ build [2]
This commit is contained in:
parent
18b4fe0b45
commit
68b01224c0
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue