Sun, 23 Feb 2025 13:27:27 +0100
ucx CX_STR fix
| 742 | 1 | # |
| 2 | # clang toolchain config | |
| 3 | # | |
| 4 | ||
|
802
16e5b9d32754
update build files to latest uwproj
Mike Becker <universe@uap-core.de>
parents:
742
diff
changeset
|
5 | CFLAGS = |
|
16e5b9d32754
update build files to latest uwproj
Mike Becker <universe@uap-core.de>
parents:
742
diff
changeset
|
6 | DEBUG_CC_FLAGS = -g |
|
16e5b9d32754
update build files to latest uwproj
Mike Becker <universe@uap-core.de>
parents:
742
diff
changeset
|
7 | RELEASE_CC_FLAGS = -O3 -DNDEBUG |
|
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 |