Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
29
Star
98
Fork
48
mothur
/
mothur
Code
Issues
62
Pull requests
3
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
Fixes makefile for linux
Loading branch information
...
1 parent
9d05ee4
commit
a09ad09f2417e0c595d0fd5bdd32d51947eea303
mothur-westcott
committed
Jan 27, 2017
Unified
Split
Showing
2 changed files
with
0 additions
and
6 deletions
.
+0
−3
Makefile
+0
−3
makefile-internal
Show comments
View
3
Makefile
@@ -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\"")
Show comments
View
3
makefile-internal
@@ -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
Toggle all file notes
0 comments on commit
a09ad09
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
a09ad09