Skip to content

Commit

Permalink
Twiddle link flags
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyCarter committed Sep 4, 2024
1 parent d0ac140 commit 1e758be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/range-v3-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ jobs:
if ("x${{ matrix.config.cxx_asan }}" STREQUAL "xtrue")
set(cxx_flags "${cxx_flags} -fsanitize=address")
if ("${{ runner.os }}" STREQUAL "Windows")
set(link_flags "${link_flags} /INFERASANLIBS")
# Silence LNK4075 since cmake defaults to /INCREMENTAL:YES
set(link_flags "${link_flags} /INCREMENTAL:NO")
else()
set(cxx_flags "${cxx_flags} -fno-omit-frame-pointer")
endif()
Expand Down

0 comments on commit 1e758be

Please sign in to comment.