Permalink
Browse files

Fixes makefile issue for Linux build

  • Loading branch information...
1 parent 4f70931 commit 6885538e734d14bd2984cc612aadf40ff4ed1d87 @mothur-westcott mothur-westcott committed Jan 27, 2017
Showing with 0 additions and 5 deletions.
  1. +0 −3 Makefile
  2. +0 −2 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,8 +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

0 comments on commit 6885538

Please sign in to comment.