make/cc.mk@916d2d125ecf
make/cc.mk
Sat, 12 Jul 2025 22:06:24 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Sat, 12 Jul 2025 22:06:24 +0200
- changeset 198
- 916d2d125ecf
- parent 104
-
2ca88ec29953
- permissions
- -rw-r--r--
remove ui subdir in includes
it is not really necessary and without it,
we can have much cleaner includes
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =