mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +01:00
Minor change in some projects to satisfy codeblocks and prevent a request to save them each time.
This commit is contained in:
parent
fb709024b8
commit
5557f666ef
@ -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" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user