Disable optimisations (-Og isn't cutting it)

This commit is contained in:
Camden Dixie O'Brien 2024-10-24 20:44:55 +01:00
parent 9988f6dcb8
commit 7b62b58c4f

View File

@ -1,7 +1,7 @@
cd "$(git rev-parse --show-toplevel)"
CFLAGS="$CFLAGS -std=c11 -pedantic -Wall -Wextra"
CFLAGS="$CFLAGS -Og -ggdb"
CFLAGS="$CFLAGS -O0 -ggdb"
CFLAGS="$CFLAGS -Ilib/include"
mkdir -p build