We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd8611 commit d0da3e5Copy full SHA for d0da3e5
quaddtype/meson.build
@@ -1,4 +1,4 @@
1
-project('quaddtype2', 'c', 'cpp', default_options : ['cpp_std=c++17'])
+project('quaddtype2', 'c', 'cpp', default_options : ['cpp_std=c++17'], b_pie=true)
2
3
py_mod = import('python')
4
py = py_mod.find_installation()
0 commit comments