mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-06-08 23:26:52 +02:00
generate
This commit is contained in:
parent
dfdf64c3cf
commit
262bc466c7
2 changed files with 72 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ I2PD_PATH = i2pd
|
|||
LIBI2PD_PATH = $(I2PD_PATH)/libi2pd
|
||||
LIBI2PD_CLIENT_PATH = $(I2PD_PATH)/libi2pd_client
|
||||
CXX = g++
|
||||
FLAGS = -g -Wall -std=c++11
|
||||
FLAGS = -g -Wall -std=c++11 -fpermissive
|
||||
INCFLAGS = -I$(LIBI2PD_PATH) -I$(LIBI2PD_CLIENT_PATH) -I$(I2PD_PATH)
|
||||
CXXFLAGS = $(FLAGS) $(INCFLAGS)
|
||||
LDFLAGS = -Wl,-rpath,/usr/local/lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue