Compare commits

...

2 commits

Author SHA1 Message Date
ba795ed653 small fix 2025-03-15 08:07:01 +03:00
08f9148013 change version 2025-03-15 08:06:47 +03:00
2 changed files with 405 additions and 808 deletions

View file

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

File diff suppressed because it is too large Load diff