Skip to content

Commit

Permalink
remove flags that overlap with -Ofast
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Dec 26, 2023
1 parent baaf385 commit 4da6b2f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions overlays/stdenvs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,6 @@ _:
commonFlags = optlevel: [
"-O${optlevel}"
"-pipe"
"-ffloat-store"
"-fexcess-precision=fast"
"-ffast-math"
"-fno-rounding-math"
"-fno-signaling-nans"
"-fno-math-errno"
"-funsafe-math-optimizations"
"-fassociative-math"
"-freciprocal-math"
"-ffinite-math-only"
"-fno-signed-zeros"
"-fno-trapping-math"
"-frounding-math"
"-fsingle-precision-constant"
"-ftree-vectorize"
];

/*
Expand Down

0 comments on commit 4da6b2f

Please sign in to comment.