PGI cannot accept -pthread

pull/5823/head
Michael Hirsch, Ph.D 5 years ago
parent 25653cac07
commit b9af8f8b6b
No known key found for this signature in database
GPG Key ID: 6D23CDADAB0294F9
  1. 4
      mesonbuild/compilers/mixins/pgi.py

@ -97,3 +97,7 @@ class PGICompiler:
'-I{}'.format(hdr.parent)]
else:
return []
def thread_flags(self, env):
# PGI cannot accept -pthread, it's already threaded
return []

Loading…
Cancel
Save