Add -fpermissive to linux standard c++ option define in linux.cf
Remove from individual Imakefiles. Also, remove '#if 0' block in linux.cf, and remove empty LinuxMachineDefines. This should be working correctly. If not, let me know.
This commit is contained in:
@@ -24,10 +24,6 @@ ISAM_INCLUDES = -I../../mini_isam
|
||||
CXXEXTRA_DEFINES = -DCOMPAT_43
|
||||
#endif
|
||||
|
||||
#if defined(LinuxArchitecture)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
/*** NOTE!
|
||||
*** Every time a .o is added below it needs to be added to
|
||||
*** the lib/tt/lib Imakefile in MP_OBJS and SHARED_MP_OBJS
|
||||
|
||||
Reference in New Issue
Block a user