Mercurial
>
hg
>
ascension
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
make/cc.mk@8297afa1c29c (annotated)
make/cc.mk
Fri, 19 Apr 2024 22:28:29 +0200
author
Mike Becker <universe@uap-core.de>
date
Fri, 19 Apr 2024 22:28:29 +0200
changeset 66
8297afa1c29c
parent 1
e3113d4e2fc0
permissions
-rw-r--r--
replaces broken font cache with improved cache - fixes #387
0
593b60458157
initial commit
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
1
#
593b60458157
initial commit
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
2
# cc toolchain config
593b60458157
initial commit
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
3
#
593b60458157
initial commit
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
4
593b60458157
initial commit
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
5
CFLAGS =
593b60458157
initial commit
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
6
DEBUG_CC_FLAGS = -g
593b60458157
initial commit
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
7
RELEASE_CC_FLAGS = -O3 -DNDEBUG
593b60458157
initial commit
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
8
LDFLAGS =