diff options
| author | 2023-07-22 08:54:52 +0100 | |
|---|---|---|
| committer | 2023-07-22 08:54:52 +0100 | |
| commit | b7e1292faa68d251d67f030fa87b85d694eec63a (patch) | |
| tree | 3e4b20873d6f174e00f2093d628272918050eb9d | |
| parent | Update 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.yml | 2 |
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" .. |
