make/cc.mk

Mon, 28 Apr 2025 21:13:01 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 28 Apr 2025 21:13:01 +0200
changeset 100
5231da78831e
parent 1
e3113d4e2fc0
permissions
-rw-r--r--

change asc_scene_init() to also request parameters for camera initialization

#
# cc toolchain config
#

CFLAGS =
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial