We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d38c0 commit 65a2c81Copy full SHA for 65a2c81
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
arch: x86_64
42
bootstrap_cmake_flags: >-
43
-DBUILD_LTO_LIBS=ON
44
- -DD_COMPILER_FLAGS="-gcc=/usr/bin/c++
+ -DD_COMPILER_FLAGS="-gcc=/usr/bin/c++"
45
# https://github.com/ldc-developers/ldc/issues/4462:
46
# When using LTO, we need to explicitly export ~all symbols for plugin support via `ld64 -exported_symbol '__*'`.
47
# Additionally `-w` to suppress resulting linker warnings.
0 commit comments