make/cc.mk

Thu, 18 Apr 2024 22:53:55 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 18 Apr 2024 22:53:55 +0200
changeset 65
9c44c55d327a
parent 1
e3113d4e2fc0
permissions
-rw-r--r--

consistently refer to windows by ID - fixes #381

This change discovered that the font cache is completely broken. We created issue #387 for this.

universe@0 1 #
universe@0 2 # cc toolchain config
universe@0 3 #
universe@0 4
universe@0 5 CFLAGS =
universe@0 6 DEBUG_CC_FLAGS = -g
universe@0 7 RELEASE_CC_FLAGS = -O3 -DNDEBUG
universe@0 8 LDFLAGS =

mercurial