Skip to content

Commit 7df0728

Browse files
build: disable std::source_location for macos-gcc
Usage of `std::source_location` on GCC leads to a segfault in `make_attributes` for currently unknown reasons.
1 parent 5e87663 commit 7df0728

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakePresets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
"base"
233233
],
234234
"cacheVariables": {
235+
"DPLX_DLOG_USE_SOURCE_LOCATION": false,
235236
"VCPKG_TARGET_TRIPLET": "x64-osx-gcc-14",
236237
"VCPKG_CHAINLOAD_TOOLCHAIN_FILE": "${sourceDir}/tools/toolchains/x64-macos-gcc-14.cmake"
237238
},

0 commit comments

Comments
 (0)