Browse Source

renoved flag no-integrated-as, because not working on macosx

tags/v0.2.12^2
wernsaar 11 years ago
parent
commit
5fa6158731
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      Makefile.system

+ 0
- 5
Makefile.system View File

@@ -350,11 +350,6 @@ ifeq ($(C_COMPILER), INTEL)
CCOMMON_OPT += -wd981
endif

ifeq ($(ARCH), x86_64)
ifeq ($(C_COMPILER), CLANG)
CCOMMON_OPT += -no-integrated-as
endif
endif

ifeq ($(USE_OPENMP), 1)
# ifeq logical or. GCC or LSB


Loading…
Cancel
Save