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", "-Wall",
"-Wextra", "-Wextra",
"-Wno-missing-field-initializers", "-Wno-missing-field-initializers",
"--std=c++0x", "--std=c++17",
"-O3", "-O2",
"-fPIC", "-fPIC",
'-DVERSION="{}"'.format(__version__) '-DVERSION="{}"'.format(__version__)
] ]