* Makefile.in (CXXFLAGS): Ensure that important settings are preserved even
when overriden by command line.
This commit is contained in:
parent
ad466e2f75
commit
2c2473bcac
@ -31,7 +31,8 @@ CXX:=@CXX@
|
|||||||
CXX_FOR_TARGET:=$(CXX)
|
CXX_FOR_TARGET:=$(CXX)
|
||||||
|
|
||||||
CFLAGS:=@CFLAGS@
|
CFLAGS:=@CFLAGS@
|
||||||
CXXFLAGS:=@CXXFLAGS@ -fno-exceptions -fno-rtti -DHAVE_DECL_GETOPT=0
|
CXXFLAGS:=@CXXFLAGS@
|
||||||
|
CXXFLAGS+=-fno-exceptions -fno-rtti -DHAVE_DECL_GETOPT=0
|
||||||
|
|
||||||
include $(srcdir)/../Makefile.common
|
include $(srcdir)/../Makefile.common
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user