Permalink
Browse files

Remove -03 in makefile, unless flagged

  • Loading branch information...
1 parent a275890 commit fed26e8d99f0fb326d247a0e1c46a668ef3b0667 @mothur-westcott mothur-westcott committed Feb 2, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 Makefile
View
@@ -27,7 +27,7 @@ ifeq ($(strip $(OPTIMIZE)),yes)
CXXFLAGS += -O3
endif
-CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION} -O3
+CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION}
ifeq ($(strip $(MOTHUR_FILES)),"\"Enter_your_default_path_here\"")
else

0 comments on commit fed26e8

Please sign in to comment.