Wed, 30 Apr 2025 20:58:28 +0200
add bultin-baseline to vcpkg.json
| 742 | 1 | # |
| 2 | # suncc toolchain | |
| 3 | # | |
| 4 | ||
|
802
16e5b9d32754
update build files to latest uwproj
Mike Becker <universe@uap-core.de>
parents:
742
diff
changeset
|
5 | CFLAGS += -xc99 -m64 |
| 742 | 6 | LDFLAGS += -m64 -Wl,-R,'$$ORIGIN/../lib' |
| 7 | ||
|
802
16e5b9d32754
update build files to latest uwproj
Mike Becker <universe@uap-core.de>
parents:
742
diff
changeset
|
8 | DEBUG_CC_FLAGS = -g |
|
16e5b9d32754
update build files to latest uwproj
Mike Becker <universe@uap-core.de>
parents:
742
diff
changeset
|
9 | RELEASE_CC_FLAGS = -O3 -DNDEBUG |
|
16e5b9d32754
update build files to latest uwproj
Mike Becker <universe@uap-core.de>
parents:
742
diff
changeset
|
10 | |
| 742 | 11 | SHLIB_CFLAGS = -Kpic |
| 12 | SHLIB_LDFLAGS = -G -m64 | |
| 13 |