make/gcc.mk

Sun, 02 Jun 2024 14:28:17 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 02 Jun 2024 14:28:17 +0200
changeset 531
9b15b1f72bef
parent 457
982e67c997e1
permissions
-rw-r--r--

change nsapi_function_return behavior: move saf return to the end of the event cycle

#
# gcc toolchain config
#

CFLAGS = -std=gnu99 -g
LDFLAGS = -rdynamic 

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial