Disable optimisations (-Og isn't cutting it)
This commit is contained in:
parent
9988f6dcb8
commit
7b62b58c4f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user