Skip to content
Snippets Groups Projects
Commit 80488b83 authored by arq5x's avatar arq5x
Browse files

adjust Makefile to accomodate Intel compiler.

parent 6f0be005
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ export CXX = g++
#ifeq ($(DEBUG),1)
#export CXXFLAGS = -Wall -O0 -g -fno-inline -fkeep-inline-functions -D_FILE_OFFSET_BITS=64 -fPIC -DDEBUG -D_DEBUG
#else
export CXXFLAGS = -Wall -O2 -D_FILE_OFFSET_BITS=64 -fPIC $(INCLUDE)
export CXXFLAGS = -Wall -O2 -D_FILE_OFFSET_BITS=64 -fPIC $(INCLUDES)
#endif
export LIBS = -lz
export BT_ROOT = src/utils/BamTools/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment