Skip to content

Commit

Permalink
Do not match options like -Oz
Browse files Browse the repository at this point in the history
  • Loading branch information
17451k committed Sep 22, 2020
1 parent 11189b1 commit 5f4c70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clade/extensions/opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@

cif_supported_opts = (
["-D", "-U", "-nostdinc", "-fshort-wchar"]
+ gcc_optimization_opts
+ ["{}$".format(opt) for opt in gcc_optimization_opts]
+ cif_include_opts
)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def finalize_options(self):

setuptools.setup(
name="clade",
version="3.2.11",
version="3.2.12",
author="Ilya Shchepetkov",
author_email="shchepetkov@ispras.ru",
url="https://github.com/17451k/clade",
Expand Down

0 comments on commit 5f4c70e

Please sign in to comment.