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:
parent
0a4731b37f
commit
bc04b2fbe3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue