mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Do not use -fpermissive in programs/nsgmls. It's not needed.
This commit is contained in:
parent
dc0e8ea74d
commit
c48771be2b
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue