Fri, 01 Nov 2024 12:25:52 +0100
fix pgext uses a wrong field number, if the column has the same name as a resource or property column
69 | 1 | # |
204
e870a7c8f223
replace old build system with uwproj
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
146
diff
changeset
|
2 | # clang toolchain config |
69 | 3 | # |
4 | ||
5 | CFLAGS = -g | |
453
4586d534f9b5
fix build on macos
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
204
diff
changeset
|
6 | LDFLAGS = -rdynamic |
69 | 7 | |
94
6b15a094d996
minor fixes in snprintf and build system
Mike Becker <universe@uap-core.de>
parents:
91
diff
changeset
|
8 | SHLIB_CFLAGS = -fPIC |
6b15a094d996
minor fixes in snprintf and build system
Mike Becker <universe@uap-core.de>
parents:
91
diff
changeset
|
9 | SHLIB_LDFLAGS = -shared |