Compare commits
2 commits
94c50e138d
...
ba795ed653
Author | SHA1 | Date | |
---|---|---|---|
ba795ed653 | |||
08f9148013 |
2 changed files with 405 additions and 808 deletions
2
makefile
2
makefile
|
@ -5,7 +5,7 @@ TARGET = sw1nek23per
|
||||||
LFLAGS ?=
|
LFLAGS ?=
|
||||||
|
|
||||||
ifeq ($(MODE), debug)
|
ifeq ($(MODE), debug)
|
||||||
CFLAGS = -ggdb -Wall
|
CFLAGS = -ggdb -Wall -O0
|
||||||
else ifeq ($(MODE), release)
|
else ifeq ($(MODE), release)
|
||||||
CFLAGS = -Wall -O2
|
CFLAGS = -Wall -O2
|
||||||
else
|
else
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue