Browse Source

Merge branch 'develop'

tags/v0.2.10^0
Zhang Xianyi 12 years ago
parent
commit
f20c0f9819
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.system

+ 1
- 1
Makefile.system View File

@@ -780,7 +780,7 @@ ifeq ($(NO_AVX), 1)
CCOMMON_OPT += -DNO_AVX
endif

ifeq ($(BINARY), 32)
ifeq ($(ARCH), x86)
CCOMMON_OPT += -DNO_AVX
endif



Loading…
Cancel
Save