Skip to content

Commit

Permalink
test: remove Ofast flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fullbat committed Mar 15, 2024
1 parent f448abb commit 5ecca96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit/operator/operator.pyxbld
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def make_ext(modname, pyxfilename):
('nIC', config.nIC),
('nEC', config.nEC),
('nISO', config.nISO)],
extra_compile_args=['-w', '-O3', '-Ofast'])
extra_compile_args=['-w', '-O3'])

0 comments on commit 5ecca96

Please sign in to comment.