Compare commits
No commits in common. "ba795ed6538cf30191f9f887275c0a14cd44279a" and "94c50e138d9fe6cb32d40f065af62867239759c0" have entirely different histories.
ba795ed653
...
94c50e138d
2 changed files with 810 additions and 407 deletions
2
makefile
2
makefile
|
@ -5,7 +5,7 @@ TARGET = sw1nek23per
|
||||||
LFLAGS ?=
|
LFLAGS ?=
|
||||||
|
|
||||||
ifeq ($(MODE), debug)
|
ifeq ($(MODE), debug)
|
||||||
CFLAGS = -ggdb -Wall -O0
|
CFLAGS = -ggdb -Wall
|
||||||
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