make/cc.mk

Sun, 31 Dec 2023 14:29:46 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 31 Dec 2023 14:29:46 +0100
changeset 786
b0ebb3d88407
parent 771
1c7202701bd6
child 788
b34ff44e6433
permissions
-rw-r--r--

declare cx_compare_func in compare.h - fixes #344

     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

mercurial