Wed, 29 Oct 2025 22:59:23 +0100
add version requirement for UCX
| 0 | 1 | # |
| 2 | # cc toolchain config | |
| 3 | # | |
| 4 | ||
| 5 | CFLAGS = | |
|
104
2ca88ec29953
fix wrong flags in toolchain.mk files after updating uwproj + add gcc config with extra warnings
Mike Becker <universe@uap-core.de>
parents:
1
diff
changeset
|
6 | DEBUG_CFLAGS = -g |
|
2ca88ec29953
fix wrong flags in toolchain.mk files after updating uwproj + add gcc config with extra warnings
Mike Becker <universe@uap-core.de>
parents:
1
diff
changeset
|
7 | RELEASE_CFLAGS = -O3 -DNDEBUG |
| 0 | 8 | LDFLAGS = |