Skip to content

Commit

Permalink
Merge pull request #224 from molysgaard/python-compile-fixes-ubuntu-2…
Browse files Browse the repository at this point in the history
…0-04

Fix that on ubuntu 20.04, the current version of the code does not compile as a python package
  • Loading branch information
raboof authored Apr 25, 2022
2 parents ea161b0 + 2f65141 commit 918642f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"-Wall",
"-Wextra",
"-Wno-missing-field-initializers",
"--std=c++0x",
"-O3",
"--std=c++17",
"-O2",
"-fPIC",
'-DVERSION="{}"'.format(__version__)
]
Expand Down

0 comments on commit 918642f

Please sign in to comment.