Mon, 08 Sep 2025 12:15:28 +0200
move sync main to a different file
| 742 | 1 | # |
| 2 | # gcc toolchain config | |
| 3 | # | |
| 4 | ||
|
802
16e5b9d32754
update build files to latest uwproj
Mike Becker <universe@uap-core.de>
parents:
742
diff
changeset
|
5 | CFLAGS = -std=gnu11 |
| 867 | 6 | DEBUG_CFLAGS = -g |
| 7 | RELEASE_CFLAGS = -O3 -DNDEBUG | |
|
802
16e5b9d32754
update build files to latest uwproj
Mike Becker <universe@uap-core.de>
parents:
742
diff
changeset
|
8 | LDFLAGS = |
| 742 | 9 | |
| 10 | SHLIB_CFLAGS = -fPIC | |
| 11 | SHLIB_LDFLAGS = -shared | |
| 12 |