1
0
Fork 0
mirror of https://gitlab.com/niansa/pilang2.git synced 2025-03-06 20:49:22 +01:00

Optimisations for release build

This commit is contained in:
niansa 2020-04-13 16:00:48 +02:00
parent 9c4f5dc437
commit 388202bd18

View file

@ -23,6 +23,7 @@
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
<Add option="-O3 -static" />
<Add directory="include" />
</Compiler>
<Linker>