Tue, 28 Oct 2025 22:04:05 +0100
update to newest UCX 3.2 snapshot
| 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: 
1diff
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: 
1diff
changeset | 7 | RELEASE_CFLAGS = -O3 -DNDEBUG | 
| 0 | 8 | LDFLAGS = |