mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-17 23:57:14 +02:00
Minor aditions to the system path library.
Fixed small const correctness in remaining typename functions. Added a flag to block certain format warnings on x64 builds.
This commit is contained in:
@ -164,6 +164,7 @@
|
||||
<Add option="-fno-exceptions" />
|
||||
<Add option="-fno-rtti" />
|
||||
<Add option="-fno-strict-aliasing" />
|
||||
<Add option="-Wno-format" />
|
||||
<Add option="-Wno-unused-variable" />
|
||||
<Add option="-Wno-unused-but-set-variable" />
|
||||
<Add option="-DGARBAGE_COLLECTOR" />
|
||||
|
Reference in New Issue
Block a user