Compare commits

..

No commits in common. "ba795ed6538cf30191f9f887275c0a14cd44279a" and "94c50e138d9fe6cb32d40f065af62867239759c0" have entirely different histories.

2 changed files with 810 additions and 407 deletions

View file

@ -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