We only need -fpermissive to compile the core.
This commit is contained in:
parent
039fed5a3c
commit
08b850b5ba
|
@ -12,12 +12,6 @@ FLAGS_x86="\
|
||||||
-I$src \
|
-I$src \
|
||||||
-I$src/.. \
|
-I$src/.. \
|
||||||
-I$src/../3rdParty \
|
-I$src/../3rdParty \
|
||||||
-Wno-unused-result \
|
|
||||||
-w \
|
|
||||||
-D__interface=struct \
|
|
||||||
-Wno-ignored-qualifiers \
|
|
||||||
-Wno-write-strings \
|
|
||||||
-Wno-format-contains-nul \
|
|
||||||
-fpermissive \
|
-fpermissive \
|
||||||
-S \
|
-S \
|
||||||
-masm=intel \
|
-masm=intel \
|
||||||
|
|
Loading…
Reference in New Issue