-fpermissive to allow gcc to compile old C++

This commit is contained in:
Peter Howkins
2012-03-11 23:33:09 +00:00
parent 233ae141c1
commit 7d5d17251d

View File

@@ -19,6 +19,10 @@ DEFINES =
INCLUDES = -I../../lib
ISAM_INCLUDES = -I../../mini_isam
#if defined(LinuxDistribution)
CXXEXTRA_DEFINES = -fpermissive
#endif
/*** NOTE!
*** Every time a .o is added below it needs to be added to
*** the lib/tt/lib Imakefile in DB_OBJS and SHARED_DB_OBJS