mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
remove codeblocks settings that aren't needed anymore
This commit is contained in:
@ -14,11 +14,8 @@
|
|||||||
<Option compiler="gcc" />
|
<Option compiler="gcc" />
|
||||||
<Compiler>
|
<Compiler>
|
||||||
<Add option="-m64" />
|
<Add option="-m64" />
|
||||||
<Add option="-I$(TARGET_COMPILER_DIR)/lib/wx/include/msw-unicode-static-3.0" />
|
|
||||||
<Add option="-I$(TARGET_COMPILER_DIR)/include/wx-3.0" />
|
|
||||||
<Add option="-gdwarf-2" />
|
<Add option="-gdwarf-2" />
|
||||||
<Add option="-D_FILE_OFFSET_BITS=64" />
|
<Add option="-D_FILE_OFFSET_BITS=64" />
|
||||||
<Add option="-D__WXMSW__" />
|
|
||||||
</Compiler>
|
</Compiler>
|
||||||
<Linker>
|
<Linker>
|
||||||
<Add option="-m64" />
|
<Add option="-m64" />
|
||||||
@ -46,10 +43,7 @@
|
|||||||
<Compiler>
|
<Compiler>
|
||||||
<Add option="-O3" />
|
<Add option="-O3" />
|
||||||
<Add option="-m64" />
|
<Add option="-m64" />
|
||||||
<Add option="-I$(TARGET_COMPILER_DIR)/lib/wx/include/msw-unicode-static-3.0" />
|
|
||||||
<Add option="-I$(TARGET_COMPILER_DIR)/include/wx-3.0" />
|
|
||||||
<Add option="-D_FILE_OFFSET_BITS=64" />
|
<Add option="-D_FILE_OFFSET_BITS=64" />
|
||||||
<Add option="-D__WXMSW__" />
|
|
||||||
</Compiler>
|
</Compiler>
|
||||||
<Linker>
|
<Linker>
|
||||||
<Add option="-s" />
|
<Add option="-s" />
|
||||||
@ -78,10 +72,7 @@
|
|||||||
<Compiler>
|
<Compiler>
|
||||||
<Add option="-O3" />
|
<Add option="-O3" />
|
||||||
<Add option="-m64" />
|
<Add option="-m64" />
|
||||||
<Add option="-I$(TARGET_COMPILER_DIR)/lib/wx/include/msw-unicode-static-3.0" />
|
|
||||||
<Add option="-I$(TARGET_COMPILER_DIR)/include/wx-3.0" />
|
|
||||||
<Add option="-D_FILE_OFFSET_BITS=64" />
|
<Add option="-D_FILE_OFFSET_BITS=64" />
|
||||||
<Add option="-D__WXMSW__" />
|
|
||||||
</Compiler>
|
</Compiler>
|
||||||
<Linker>
|
<Linker>
|
||||||
<Add option="-s" />
|
<Add option="-s" />
|
||||||
|
Reference in New Issue
Block a user