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()

     1 #
     2 # cc toolchain config
     3 #
     5 CFLAGS =
     6 DEBUG_CC_FLAGS = -g
     7 RELEASE_CC_FLAGS = -O3 -DNDEBUG
     8 LDFLAGS =

mercurial