Merge pull request #420 from mstorsjo/simplify-x86-asm-flags

Don't add -DNO_DYNAMIC_VP to ASMFLAGS
This commit is contained in:
Ethan Hugg 2014-03-05 07:11:41 -08:00
commit 4f535e31e6

View File

@ -19,4 +19,4 @@ CFLAGS += -DX86_ASM
ASM_ARCH = x86
endif
ASM = nasm
ASMFLAGS += $(ASMFLAGS_PLATFORM) -DNO_DYNAMIC_VP
ASMFLAGS += $(ASMFLAGS_PLATFORM)