make/cc.mk

Mon, 03 Feb 2025 23:17:05 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 03 Feb 2025 23:17:05 +0100
changeset 22
a9230f197e61
parent 17
bb4e34e77974
child 28
23c7409cf822
permissions
-rw-r--r--

fix inconsistent use of tabs and spaces in indentation

CXXFLAGS = -fno-exceptions -fno-rtti
DEBUG_CXX_FLAGS = -g
RELEASE_CXX_FLAGS = -O3 -DNDEBUG 
LDFLAGS =

mercurial