make/cc.mk

Thu, 23 Apr 2026 12:26:53 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 23 Apr 2026 12:26:53 +0200
changeset 112
6220074cb760
parent 79
ffd452cf05ff
permissions
-rw-r--r--

add support for DEL key and the macOS way of deleting chars

fixes #830

#
# cc toolchain config
#

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

mercurial