meson.build 154 B

12345
  1. project('optimize for space', 'cuda', version : '1.0.0', default_options : ['optimization=s'])
  2. exe = executable('prog', 'main.cu')
  3. test('cudatest', exe)