Tue, 04 Nov 2025 22:28:58 +0100
update uwproj (fixes various configure bugs)
|
68
ae763178ee1e
replace autoconf with uwproj
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
1 | # |
|
ae763178ee1e
replace autoconf with uwproj
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
2 | # cc toolchain config |
|
ae763178ee1e
replace autoconf with uwproj
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
3 | # |
|
ae763178ee1e
replace autoconf with uwproj
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
4 | |
|
ae763178ee1e
replace autoconf with uwproj
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
5 | CFLAGS = |
| 73 | 6 | LDFLAGS = |
| 85 | 7 | DEBUG_CFLAGS = -g |
| 8 | RELEASE_CFLAGS = -O3 -DNDEBUG |