We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c55026 commit df67e5eCopy full SHA for df67e5e
1 file changed
CMakePresets.json
@@ -341,7 +341,11 @@
341
"name": "ci-apple-clang-reproducible",
342
"inherits": "ci-clang-reproducible",
343
"environment": {
344
- "PLATFORM_LINKER_FLAGS": "$penv{PLATFORM_LINKER_FLAGS} -Wl,-no_uuid"
+ "SOURCE_DATE_EPOCH": "1",
345
+ "DSYMUTIL": ""
346
+ },
347
+ "cacheVariables": {
348
+ "CMAKE_SHARED_LINKER_FLAGS": "-reproducible -no_uuid -S"
349
}
350
351
],
0 commit comments