make/cc.mk

Mon, 02 Jun 2025 18:39:40 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 02 Jun 2025 18:39:40 +0200
changeset 73
6b1eaf3c19f2
parent 72
7e58e0f74e50
child 79
ffd452cf05ff
permissions
-rw-r--r--

add .idea folder to .hgignore

#
# cc toolchain config
#

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

mercurial