make/cc.mk

Mon, 01 Jan 2024 16:42:37 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 01 Jan 2024 16:42:37 +0100
changeset 789
9b2f5661bebd
parent 788
b34ff44e6433
child 815
b0c4750cecd8
permissions
-rw-r--r--

begin migration of buffer tests - relates to #342

     1 #
     2 # cc toolchain config
     3 #
     5 CFLAGS =
     6 DEBUG_CC_FLAGS = -g
     7 RELEASE_CC_FLAGS = -O3 -DNDEBUG
     8 LDFLAGS =
    10 SHLIB_CFLAGS = -fPIC
    11 SHLIB_LDFLAGS = -shared
    13 COVERAGE_CFLAGS =
    14 COVERAGE_LDFLAGS =

mercurial