make/gcc.mk

Mon, 05 May 2025 19:47:25 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 05 May 2025 19:47:25 +0200
changeset 110
29f8d0d586f8
parent 105
2b7f92ff2c15
permissions
-rw-r--r--

replace mempool with custom cleanup functions

 #
 # gcc toolchain config
 #

 CFLAGS =
 DEBUG_CFLAGS = -g -Wall -Wextra -Werror
 RELEASE_CFLAGS = -O3 -DNDEBUG
 LDFLAGS =

mercurial