make/cc.mk

Thu, 23 May 2024 20:31:37 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 23 May 2024 20:31:37 +0200
changeset 855
35bcb3216c0d
parent 815
b0c4750cecd8
permissions
-rw-r--r--

fix inconsistent use of item_size and elem_size

     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