Commit 7c944b0a authored by Michael Niedermayer's avatar Michael Niedermayer

tests/checkasm/x86/Makefile: Use ASMSTRIPFLAGS for asm

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent d6ff68ad
......@@ -3,4 +3,4 @@ CHECKASMOBJS-$(HAVE_YASM) += x86/checkasm.o
tests/checkasm/x86/%.o: tests/checkasm/x86/%.asm
$(DEPYASM) $(YASMFLAGS) -I $(<D)/ -M -o $@ $< > $(@:.o=.d)
$(YASM) $(YASMFLAGS) -I $(<D)/ -o $@ $<
-$(STRIP) $(STRIPFLAGS) $@
-$(STRIP) $(ASMSTRIPFLAGS) $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment