mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
* set defaults to *FLAGS instead redefining them
This commit is contained in:
parent
cd515a2e54
commit
f84ac18472
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
CXXFLAGS = -g -Wall
|
# set defaults instead redefine
|
||||||
INCFLAGS =
|
CXXFLAGS ?= -g -Wall
|
||||||
|
INCFLAGS ?=
|
||||||
|
|
||||||
## NOTE: The NEEDED_CXXFLAGS are here so that custom CXXFLAGS can be specified at build time
|
## NOTE: The NEEDED_CXXFLAGS are here so that custom CXXFLAGS can be specified at build time
|
||||||
## **without** overwriting the CXXFLAGS which we need in order to build.
|
## **without** overwriting the CXXFLAGS which we need in order to build.
|
||||||
|
|
Loading…
Add table
Reference in a new issue