make/gcc.mk

Thu, 28 Dec 2023 19:17:45 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 28 Dec 2023 19:17:45 +0100
changeset 776
874cc78cdffd
parent 771
1c7202701bd6
child 788
b34ff44e6433
permissions
-rw-r--r--

fix accidental generation of cxListIterator() symbol

     1 #
     2 # gcc toolchain config
     3 #
     5 CFLAGS =
     6 DEBUG_CC_FLAGS = -g -Wall -Wextra -pedantic
     7 RELEASE_CC_FLAGS = -O3 -DNDEBUG
     8 LDFLAGS =
    10 SHLIB_CFLAGS = -fPIC
    11 SHLIB_LDFLAGS = -shared

mercurial