Merge pull request #420 from mstorsjo/simplify-x86-asm-flags
Don't add -DNO_DYNAMIC_VP to ASMFLAGS
This commit is contained in:
commit
4f535e31e6
@ -19,4 +19,4 @@ CFLAGS += -DX86_ASM
|
||||
ASM_ARCH = x86
|
||||
endif
|
||||
ASM = nasm
|
||||
ASMFLAGS += $(ASMFLAGS_PLATFORM) -DNO_DYNAMIC_VP
|
||||
ASMFLAGS += $(ASMFLAGS_PLATFORM)
|
||||
|
Loading…
x
Reference in New Issue
Block a user