Changed debug GCC flags.

This commit is contained in:
Martin Preuss
2023-10-21 02:19:50 +02:00
parent c7ee9dc18c
commit 3c91a83177

4
0BUILD
View File

@@ -74,8 +74,8 @@
<choices>TRUE FALSE</choices>
</option>
<ifVarMatches name="option_debug" value="TRUE" >
<setVar name="CFLAGS">-ggdb -Wall -O0</setVar>
<setVar name="CXXFLAGS">-ggdb -Wall -O0</setVar>
<setVar name="CFLAGS">-ggdb -Wall -Og</setVar>
<setVar name="CXXFLAGS">-ggdb -Wall -Og</setVar>
</ifVarMatches>