mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
* enable -Wextra for linux builds
This commit is contained in:
parent
f7ca44cad8
commit
ca2e148ad7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# set defaults instead redefine
|
# set defaults instead redefine
|
||||||
CXXFLAGS ?= -g -Wall
|
CXXFLAGS ?= -g -Wall -Wextra -Wno-unused-parameter -pedantic
|
||||||
INCFLAGS ?=
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue