cargo: Use release mode for release builds

This commit is contained in:
Dorota Czaplejewicz
2019-11-19 13:09:01 +00:00
parent 9b271a6919
commit 0adde1004f
5 changed files with 47 additions and 20 deletions

View File

@ -62,7 +62,7 @@ foreach layout : [
test(
'test_layout_' + layout,
cargo_script,
args: ['', 'run', '--example', 'test_layout', layout]
args: ['run', '--example', 'test_layout', layout]
)
endforeach