-fpermissive to allow GCC to compile old C++

This commit is contained in:
Peter Howkins 2012-03-11 23:34:37 +00:00
parent 7d5d17251d
commit b195aa51c8
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ ISAM_INCLUDES = -I../../mini_isam
CXXEXTRA_DEFINES = -DCOMPAT_43
#endif
#if defined(LinuxDistribution)
CXXEXTRA_DEFINES = -fpermissive
#endif
/*** NOTE!
*** Every time a .o is added below it needs to be added to