Permalink
Browse files
Fixes makefile issue for Linux build
- Loading branch information...
Showing
with
0 additions
and
5 deletions.
-
+0
−3
Makefile
-
+0
−2
makefile-internal
|
|
@@ -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\"")
|
|
|
|
|
|
@@ -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