Skip to content

Commit

Permalink
try lld
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Sep 4, 2023
1 parent 7984425 commit 2028591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ mkdir builddir

:: flang 17 still uses "temporary" name
set "FC=flang-new"
set "CLANG_DEFAULT_LINKER=lld"

:: -wnx flags mean: --wheel --no-isolation --skip-dependency-check
%PYTHON% -m build -w -n -x ^
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ requirements:
- {{ compiler('cxx') }}
- {{ compiler('fortran') }} # [unix]
- flang # [win]
- lld # [win]
# pythran code needs clang-cl on windows
- clang # [win]
host:
Expand Down

0 comments on commit 2028591

Please sign in to comment.