aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-07-22 08:54:52 +0100
committerGravatar Sadie Powell2023-07-22 08:54:52 +0100
commitb7e1292faa68d251d67f030fa87b85d694eec63a (patch)
tree3e4b20873d6f174e00f2093d628272918050eb9d
parentUpdate Conan in the Windows CI. (diff)
Experiment with some linker flags on Windows to speed up the build.
[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
-rw-r--r--.github/workflows/ci-windows.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index 12b5556a4..3682884fb 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -29,6 +29,8 @@ jobs:
- name: Run CMake
working-directory: ${{ github.workspace }}/win/build
+ env:
+ LDFLAGS: /DEBUG:FASTLINK /INCREMENTAL
run: |
cmake -G "Visual Studio 16 2019" -A "x64" ..