compile option to allow the nasty C code in i8051.cpp - should be removed and a proper fix put in place

This commit is contained in:
Barry Harris 2016-11-21 13:41:14 +00:00
parent 0a4731b37f
commit bc04b2fbe3
1 changed files with 3 additions and 0 deletions

View File

@ -280,6 +280,9 @@ ifdef BUILD_X64_EXE
CFLAGS += -m64
CXXFLAGS += -m64
LDFLAGS += -m64
# allow nasty C code in i8051.cpp
CXXFLAGS += -fpermissive
else
CFLAGS += -m32
CXXFLAGS += -m32