1
0
Fork 0
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:
Pascal Stumpf 2013-07-22 13:07:00 +02:00 committed by Jon Trulson
parent dc0e8ea74d
commit c48771be2b

View file

@ -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.