Merge pull request #224 from molysgaard/python-compile-fixes-ubuntu-20-04

Fix that on ubuntu 20.04, the current version of the code does not compile as a python package
This commit is contained in:
Arnout Engelen
2022-04-25 10:27:41 +02:00
committed by GitHub

View File

@@ -26,8 +26,8 @@ FLAGS = [
"-Wall",
"-Wextra",
"-Wno-missing-field-initializers",
"--std=c++0x",
"-O3",
"--std=c++17",
"-O2",
"-fPIC",
'-DVERSION="{}"'.format(__version__)
]