Browse Source

* enable -Wextra for linux builds

pull/509/merge
hagen 8 years ago
parent
commit
ca2e148ad7
  1. 2
      Makefile.linux

2
Makefile.linux

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
# set defaults instead redefine
CXXFLAGS ?= -g -Wall
CXXFLAGS ?= -g -Wall -Wextra -Wno-unused-parameter -pedantic
INCFLAGS ?=
## NOTE: The NEEDED_CXXFLAGS are here so that custom CXXFLAGS can be specified at build time

Loading…
Cancel
Save