remove codeblocks settings that aren't needed anymore

This commit is contained in:
StapleButter 2017-10-02 23:31:32 +02:00
parent dad0e6b6e8
commit 04e8bbaca3

View File

@ -14,11 +14,8 @@
<Option compiler="gcc" />
<Compiler>
<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="-D_FILE_OFFSET_BITS=64" />
<Add option="-D__WXMSW__" />
</Compiler>
<Linker>
<Add option="-m64" />
@ -46,10 +43,7 @@
<Compiler>
<Add option="-O3" />
<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__WXMSW__" />
</Compiler>
<Linker>
<Add option="-s" />
@ -78,10 +72,7 @@
<Compiler>
<Add option="-O3" />
<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__WXMSW__" />
</Compiler>
<Linker>
<Add option="-s" />