commit
c2282f9382
5 changed files with 17 additions and 5 deletions
@ -1,6 +1,9 @@ |
||||
project('rustprog', 'rust') |
||||
|
||||
e = executable('program', 'prog.rs', install : true) |
||||
e = executable('program', 'prog.rs', |
||||
rust_args : ['-C', 'lto'], # Just a test |
||||
install : true |
||||
) |
||||
test('rusttest', e) |
||||
|
||||
subdir('subdir') |
||||
|
Loading…
Reference in new issue