make/gcc.mk@3a89b31f0724
make/gcc.mk
Thu, 16 Oct 2025 19:57:47 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Thu, 16 Oct 2025 19:57:47 +0200
- changeset 1426
- 3a89b31f0724
- parent 1311
-
7072b20aa51f
- permissions
- -rw-r--r--
clean up header files and adds support for comparing arbitrary strings with string.h functions
#
# gcc toolchain config
#
CFLAGS =
CXXFLAGS = -fpermissive
DEBUG_CFLAGS = -g -Wall -Wextra -pedantic
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =
SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared
COVERAGE_CFLAGS = --coverage -DNDEBUG
COVERAGE_LDFLAGS = --coverage