Do not use -fpermissive in programs/nsgmls. It's not needed.
This commit is contained in:
parent
dc0e8ea74d
commit
c48771be2b
|
|
@ -86,8 +86,7 @@ M4 = /bin/m4
|
|||
*/
|
||||
CXXOPTIONS = \
|
||||
-DSP_VOLATILE=volatile -DSP_CONST=const -DSP_ANSI_CLASS_INST \
|
||||
-DSP_HAVE_LOCALE -DSP_MULTI_BYTE -DSP_MANUAL_INST -fno-implicit-templates \
|
||||
-fpermissive
|
||||
-DSP_HAVE_LOCALE -DSP_MULTI_BYTE -DSP_MANUAL_INST -fno-implicit-templates
|
||||
|
||||
/*
|
||||
* Flags passed into compile step when doing manual template instantiation.
|
||||
|
|
|
|||
Loading…
Reference in New Issue