Skip to content

Commit df67e5e

Browse files
committed
cmake shared linker flags
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent 7c55026 commit df67e5e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CMakePresets.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,11 @@
341341
"name": "ci-apple-clang-reproducible",
342342
"inherits": "ci-clang-reproducible",
343343
"environment": {
344-
"PLATFORM_LINKER_FLAGS": "$penv{PLATFORM_LINKER_FLAGS} -Wl,-no_uuid"
344+
"SOURCE_DATE_EPOCH": "1",
345+
"DSYMUTIL": ""
346+
},
347+
"cacheVariables": {
348+
"CMAKE_SHARED_LINKER_FLAGS": "-reproducible -no_uuid -S"
345349
}
346350
}
347351
],

0 commit comments

Comments
 (0)