make/gcc.mk

Sat, 03 May 2025 13:30:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 03 May 2025 13:30:04 +0200
changeset 104
2ca88ec29953
child 105
2b7f92ff2c15
permissions
-rw-r--r--

fix wrong flags in toolchain.mk files after updating uwproj + add gcc config with extra warnings

 #
 # gcc toolchain config
 #

 CFLAGS =
 DEBUG_CFLAGS = -g -Wall -Wextra -Werror -pedantic
 RELEASE_CFLAGS = -O3 -DNDEBUG
 LDFLAGS =

mercurial