mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* (2/3) cleanup : use $CXXFLAGS instead $NEEDED_FLAGS
This commit is contained in:
parent
4e94bc9efc
commit
d6ec412422
3 changed files with 9 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
|||
CXX = g++
|
||||
CXXFLAGS = -O2
|
||||
NEEDED_CXXFLAGS = -std=c++11
|
||||
CXXFLAGS = -g -Wall -O2 -std=c++11
|
||||
INCFLAGS = -I/usr/include/ -I/usr/local/include/
|
||||
LDFLAGS = -Wl,-rpath,/usr/local/lib -L/usr/local/lib
|
||||
LDLIBS = -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue