make/cc.mk

Mon, 30 Oct 2023 17:59:37 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 30 Oct 2023 17:59:37 +0100
changeset 2
bb2bfff31f1d
parent 1
e3113d4e2fc0
permissions
-rw-r--r--

fix possible double-invocation of asc_window_destroy_impl()

#
# cc toolchain config
#

CFLAGS =
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial