Tue, 23 Jul 2024 14:40:20 +0200
also remove \r from user name
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 |