Skip to content

Commit

Permalink
update non portable flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Mar 6, 2020
1 parent c5e1ff5 commit dd30269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SOURCES = $(SOURCES1) $(SOURCES3)

OBJECTS = $(SOURCES:.cpp=.o)

PKG_CPPFLAGS = -I. -Igropt/incl/ -Ifdaqmap/incl/ -Wall
PKG_CPPFLAGS = -I. -Igropt/incl/ -Ifdaqmap/incl/
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

CXX_STD = CXX11
Expand Down

0 comments on commit dd30269

Please sign in to comment.