make/cc.mk@40074e643663
make/cc.mk
Fri, 03 Oct 2025 18:58:44 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Fri, 03 Oct 2025 18:58:44 +0200
- changeset 1415
- 40074e643663
- parent 1311
-
7072b20aa51f
- permissions
- -rw-r--r--
go back to ctype.h, but this time try to avoid crashes in Microsoft's implementation
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =
SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared