Add custom entyr to cuda buildtype dict. Closes #8336.

pull/8343/head
Jussi Pakkanen 4 years ago
parent 5f697358f0
commit 6a75d6c233
  1. 1
      mesonbuild/compilers/compilers.py

@ -179,6 +179,7 @@ cuda_buildtype_args = {'plain': [],
'debugoptimized': [],
'release': [],
'minsize': [],
'custom': [],
} # type: T.Dict[str, T.List[str]]
java_buildtype_args = {'plain': [],
'debug': ['-g'],

Loading…
Cancel
Save