Develop #14
1 changed files with 2 additions and 1 deletions
Remove -lblas -llapack
commit
5c44103471
|
|
@ -8,7 +8,8 @@ CLASSOBJS=$(CLASSSRCS:.cpp=.o)
|
|||
|
||||
INCLUDE=../include
|
||||
|
||||
CFLAGS=-Wall -larmadillo -lblas -llapack -std=c++11 -O3 -fomit-frame-pointer
|
||||
CFLAGS=-Wall -larmadillo -std=c++11 -O3 -fomit-frame-pointer
|
||||
#CFLAGS=-Wall -larmadillo -lblas -llapack -std=c++11 -O3 -fomit-frame-pointer
|
||||
OPENMP=-fopenmp
|
||||
|
||||
# Add a debug flag when compiling (For the DEBUG macro in utils.hpp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue