make/cc.mk

Tue, 03 Jun 2025 08:43:17 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 03 Jun 2025 08:43:17 +0200
changeset 79
ffd452cf05ff
parent 72
7e58e0f74e50
permissions
-rw-r--r--

fix debug and release flags after uwproj update + add warnings in debug mode

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g -Wall -Werror -Wno-pointer-sign
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial