small fix
This commit is contained in:
parent
08f9148013
commit
ba795ed653
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -5,7 +5,7 @@ TARGET = sw1nek23per
|
|||
LFLAGS ?=
|
||||
|
||||
ifeq ($(MODE), debug)
|
||||
CFLAGS = -ggdb -Wall
|
||||
CFLAGS = -ggdb -Wall -O0
|
||||
else ifeq ($(MODE), release)
|
||||
CFLAGS = -Wall -O2
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue