Sat, 03 May 2025 14:37:57 +0200
remove stdio include from error.h
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 = |