make/clang.mk

Sun, 10 Aug 2025 11:57:05 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 10 Aug 2025 11:57:05 +0200
changeset 59
881ab7ae15a6
parent 47
c1046605091a
permissions
-rw-r--r--

fix new-line not being escaped in hg template (it still worked somehow)

CXXFLAGS = -fno-exceptions -fno-rtti
DEBUG_CXXFLAGS = -g -Wall -Wextra -Werror
RELEASE_CXXFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial