diff options
Diffstat (limited to 'tests/projects/asm')
| -rw-r--r-- | tests/projects/asm/nasm/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/asm/nasm/xmake.lua b/tests/projects/asm/nasm/xmake.lua index f728b2ca1..d7cafaa54 100644 --- a/tests/projects/asm/nasm/xmake.lua +++ b/tests/projects/asm/nasm/xmake.lua @@ -1,3 +1,5 @@ +add_rules("mode.debug", "mode.release") + target("test") set_kind("binary") add_files("src/*.S") |
