Thu, 08 Jan 2026 18:31:54 +0100
make .mk file instruction texts more comprehensive
# # clang toolchain config # # How to use: # - remove lines that you do not modify or remove this file entirely # (the flags below are applied by default) # - change the lines where you want to add / remove flags # - optionally: add more toolchain specific variables # - remove this comment CFLAGS = CXXFLAGS = DEBUG_CFLAGS = -g DEBUG_CXXFLAGS = -g RELEASE_CFLAGS = -O3 -DNDEBUG RELEASE_CXXFLAGS = -O3 -DNDEBUG LDFLAGS = SHLIB_CFLAGS = -fPIC SHLIB_LDFLAGS = -shared