make/gcc.mk

Fri, 16 May 2025 07:54:02 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 16 May 2025 07:54:02 +0200
changeset 122
1b118cd3e369
parent 105
2b7f92ff2c15
permissions
-rw-r--r--

replace all stdlib malloc/free with UCX allocator

 #
 # gcc toolchain config
 #

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

mercurial