Skip to content

Commit

Permalink
Update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jun 22, 2024
1 parent 919a9ad commit 0f28e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_clang_multiarch_win_x64.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
clang++ -I../include -O3 -DNDEBUG -DENABLE_MULTIARCH_x86_POPCNT -DENABLE_MULTIARCH_AVX512_VBMI2 ../src/*.cpp ../src/app/*.cpp -o primesieve.exe "C:\Program Files\LLVM\lib\clang\18\lib\windows\clang_rt.builtins-x86_64.lib"
clang++ -I../include -O3 -DNDEBUG -DENABLE_MULTIARCH_x86_POPCNT -DENABLE_MULTIARCH_AVX512_VBMI2 ../src/*.cpp ../src/x86/*.cpp ../src/app/*.cpp -o primesieve.exe "C:\Program Files\LLVM\lib\clang\18\lib\windows\clang_rt.builtins-x86_64.lib"

0 comments on commit 0f28e8f

Please sign in to comment.