Browse Source

* set defaults to *FLAGS instead redefining them

pull/306/head
hagen 9 years ago
parent
commit
f84ac18472
  1. 5
      Makefile.linux

5
Makefile.linux

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
CXXFLAGS = -g -Wall
INCFLAGS =
# set defaults instead redefine
CXXFLAGS ?= -g -Wall
INCFLAGS ?=
## 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.

Loading…
Cancel
Save