Skip to content

Commit

Permalink
try without lld again
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Sep 15, 2023
1 parent 776366a commit 8ba8310
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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: 0 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ 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 8ba8310

Please sign in to comment.