mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-10-15 07:27:19 +02:00
Minor change in some projects to satisfy codeblocks and prevent a request to save them each time.
This commit is contained in:
@@ -163,9 +163,9 @@
|
|||||||
<Option type="3" />
|
<Option type="3" />
|
||||||
<Option compiler="gcc" />
|
<Option compiler="gcc" />
|
||||||
<Compiler>
|
<Compiler>
|
||||||
|
<Add option="-fPIC" />
|
||||||
<Add option="-m64" />
|
<Add option="-m64" />
|
||||||
<Add option="-g" />
|
<Add option="-g" />
|
||||||
<Add option="-fPIC" />
|
|
||||||
<Add option="-D_DEBUG" />
|
<Add option="-D_DEBUG" />
|
||||||
<Add option="-D_SQ64" />
|
<Add option="-D_SQ64" />
|
||||||
<Add directory="../config/gcc64" />
|
<Add directory="../config/gcc64" />
|
||||||
|
@@ -379,11 +379,11 @@
|
|||||||
<Option compiler="gcc" />
|
<Option compiler="gcc" />
|
||||||
<Compiler>
|
<Compiler>
|
||||||
<Add option="-O3" />
|
<Add option="-O3" />
|
||||||
|
<Add option="-fPIC" />
|
||||||
<Add option="-m64" />
|
<Add option="-m64" />
|
||||||
<Add option="-static-libgcc" />
|
<Add option="-static-libgcc" />
|
||||||
<Add option="-static-libstdc++" />
|
<Add option="-static-libstdc++" />
|
||||||
<Add option="-enable-static" />
|
<Add option="-enable-static" />
|
||||||
<Add option="-fPIC" />
|
|
||||||
<Add option="-DNDEBUG" />
|
<Add option="-DNDEBUG" />
|
||||||
<Add option="-D_SQ64" />
|
<Add option="-D_SQ64" />
|
||||||
<Add directory="../config/gcc64" />
|
<Add directory="../config/gcc64" />
|
||||||
|
Reference in New Issue
Block a user