make/cc.mk

Sat, 03 May 2025 13:30:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 03 May 2025 13:30:04 +0200
changeset 104
2ca88ec29953
parent 1
e3113d4e2fc0
permissions
-rw-r--r--

fix wrong flags in toolchain.mk files after updating uwproj + add gcc config with extra warnings

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial