make/cc.mk

Tue, 21 Jan 2025 18:25:59 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 21 Jan 2025 18:25:59 +0100
changeset 2
7384ebae6b7c
parent 0
b4b281ef2d0f
child 17
bb4e34e77974
permissions
-rw-r--r--

add utility to spawn processes and retrieve their output

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

mercurial