1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-20 19:57:12 +01:00

Minor change in some projects to satisfy codeblocks and prevent a request to save them each time.

This commit is contained in:
Sandu Liviu Catalin 2016-08-24 01:21:27 +03:00
parent fb709024b8
commit 5557f666ef
2 changed files with 2 additions and 2 deletions

View File

@ -163,9 +163,9 @@
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="-fPIC" />
<Add option="-m64" />
<Add option="-g" />
<Add option="-fPIC" />
<Add option="-D_DEBUG" />
<Add option="-D_SQ64" />
<Add directory="../config/gcc64" />

View File

@ -379,11 +379,11 @@
<Option compiler="gcc" />
<Compiler>
<Add option="-O3" />
<Add option="-fPIC" />
<Add option="-m64" />
<Add option="-static-libgcc" />
<Add option="-static-libstdc++" />
<Add option="-enable-static" />
<Add option="-fPIC" />
<Add option="-DNDEBUG" />
<Add option="-D_SQ64" />
<Add directory="../config/gcc64" />