Skip to content

Commit

Permalink
Update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Feb 18, 2024
1 parent 5cd9da4 commit a108151
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build_clang_multiarch_win_x64.bat
@@ -1,2 +1 @@
clang++ -I../include -O3 -DNDEBUG -DMULTIARCH_POPCNT_BMI -DMULTIARCH_AVX512 -c ../src/*.cpp ../src/app/*.cpp
clang-cl *.o /link "C:\Program Files\LLVM\lib\clang\17\lib\windows\clang_rt.builtins-x86_64.lib" /OUT:primesieve.exe
clang++ -I../include -O3 -DNDEBUG -DMULTIARCH_POPCNT_BMI -DMULTIARCH_AVX512 ../src/*.cpp ../src/app/*.cpp -o primesieve.exe "C:\Program Files\LLVM\lib\clang\17\lib\windows\clang_rt.builtins-x86_64.lib"

0 comments on commit a108151

Please sign in to comment.