mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
add LTO to Release build under Codeblocks
This commit is contained in:
@ -30,6 +30,7 @@
|
|||||||
<Compiler>
|
<Compiler>
|
||||||
<Add option="-O3" />
|
<Add option="-O3" />
|
||||||
<Add option="-m64" />
|
<Add option="-m64" />
|
||||||
|
<Add option="-flto" />
|
||||||
<Add option="-D_FILE_OFFSET_BITS=64" />
|
<Add option="-D_FILE_OFFSET_BITS=64" />
|
||||||
</Compiler>
|
</Compiler>
|
||||||
<Linker>
|
<Linker>
|
||||||
|
Reference in New Issue
Block a user