From bf0bdbaff7a2b5fb5fc4e0b5ab201fe764ea84d0 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 3 May 2022 23:06:36 +0800 Subject: improve nasm --- tests/projects/asm/nasm/xmake.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/projects') 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") -- cgit v1.3.1