Skip to content

Commit

Permalink
Merge branch 'main' of github.com:outbrain/fwumious_wabbit into monte…
Browse files Browse the repository at this point in the history
…-carlo-block-added
  • Loading branch information
ggaspersic committed Sep 25, 2023
2 parents 6709501 + d9e258b commit ff9cf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# no flags are used (generic release build) #
################################################################################################

cargo build --release;
RUSTFLAGS="-O -C target-cpu=skylake-avx512 -C target-feature=+avx2,+avx,+fma" cargo build --release;

# Using specific flags examples
#RUSTFLAGS="-Ctarget-cpu=skylake" cargo build --release;
Expand Down

0 comments on commit ff9cf33

Please sign in to comment.