Permalink
Browse files

Fixes makefile for linux

  • Loading branch information...
1 parent 9d05ee4 commit a09ad09f2417e0c595d0fd5bdd32d51947eea303 @mothur-westcott mothur-westcott committed Jan 27, 2017
Showing with 0 additions and 6 deletions.
  1. +0 −3 Makefile
  2. +0 −3 makefile-internal
View
@@ -27,9 +27,6 @@ ifeq ($(strip $(OPTIMIZE)),yes)
CXXFLAGS += -O3
endif
-#CPP_11
- CXXFLAGS += -std=c++11
-
CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION} -O3
ifeq ($(strip $(MOTHUR_FILES)),"\"Enter_your_default_path_here\"")
View
@@ -7,9 +7,6 @@ VERSION = "\"1.39.0\""
# Optimize to level 3:
CXXFLAGS += -O3
-#CPP_11
- CXXFLAGS += -std=c++11
-
ifeq ($(strip $(64BIT_VERSION)),yes)
#if you are a mac user use the following line
TARGET_ARCH += -arch x86_64

0 comments on commit a09ad09

Please sign in to comment.