mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-06-05 22:06:23 +02:00
o2 flag + fedora depedencies support + #92 issue
This commit is contained in:
parent
314ab73ab5
commit
92989e649a
4 changed files with 51 additions and 48 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ LIBI2PD_PATH = $(I2PD_PATH)/libi2pd
|
|||
LIBI2PD_CLIENT_PATH = $(I2PD_PATH)/libi2pd_client
|
||||
|
||||
CXX ?= g++
|
||||
CXXFLAGS = -Wall -std=c++17
|
||||
CXXFLAGS = -Wall -std=c++17 -O2
|
||||
INCFLAGS = -I$(LIBI2PD_PATH) -I$(LIBI2PD_CLIENT_PATH)
|
||||
DEFINES = -DOPENSSL_SUPPRESS_DEPRECATED
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue