Skip to content

Commit

Permalink
Remove cpu_target
Browse files Browse the repository at this point in the history
Setting the `cpu_target` does not solve the LLVM error with the wflow exe running on a virtual machine with an Intel Xeon Silver 4216 processor. Needs more testing in a separate branch.
  • Loading branch information
vers-w committed Sep 26, 2023
1 parent e69b8cc commit 75bb959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/create_binaries/create_app.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ create_app(
precompile_execution_file="precompile.jl",
filter_stdlibs=false,
force=true,
cpu_target="generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1);cascadelake"
)

include("add_metadata.jl")
Expand Down

0 comments on commit 75bb959

Please sign in to comment.