Skip to content

Commit

Permalink
Pass the right C/CXX flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Mar 3, 2024
1 parent 5a67293 commit 849e2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llvm-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ jobs:
# Swift's runtime is compiled this way, and can't be
# linked to a C++ binary other settings.
cmake_c_cxx_flags_option: >-
-D "CMAKE_CXX_FLAGS=-D_ITERATOR_DEBUG_LEVEL=0 -D_MT -D_DLL"
-D "CMAKE_C_FLAGS=-D_MT -D_DLL"
-D "CMAKE_CXX_FLAGS=-D_ITERATOR_DEBUG_LEVEL=0 /MD"
-D "CMAKE_C_FLAGS=/MD"
cxx_compiler: cl
executable_suffix: .exe
into_environment: '| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append'
Expand Down

0 comments on commit 849e2fe

Please sign in to comment.