summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index e7b4647e..5f0676b0 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -2,7 +2,7 @@
NASMDEP = ../nasm
NASM = ../nasm
-NASMOPT = -Ox -I../misc $(OPT)
+NASMOPT = -Ox -I../misc -L+ $(OPT)
PERL = perl
TESTS = $(wildcard *.asm)
RM_F = rm -f