diff options
| author | ruki <[email protected]> | 2022-05-03 23:06:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-03 23:06:36 +0800 |
| commit | bf0bdbaff7a2b5fb5fc4e0b5ab201fe764ea84d0 (patch) | |
| tree | 9dce52ae5ab1fee87ebcde135a60a76fe2487e79 /tests/projects/asm/nasm/xmake.lua | |
| parent | 0938467b411d557a2012b03ae7d6f377bc783ac6 (diff) | |
improve nasm
Diffstat (limited to 'tests/projects/asm/nasm/xmake.lua')
| -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") |
