Revision fd4911aa390fd49ddab92bd139bbbf35422e32e5 authored by Martin Schlather on 06 February 2020, 05:20:37 UTC, committed by cran-robot on 06 February 2020, 05:20:37 UTC
1 parent e10243f
Raw File
Makevars.in
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS)  $(SHLIB_OPENMP_CXXFLAGS) $(FLIBS)
PKG_CXXFLAGS =    $(SHLIB_OPENMP_CXXFLAGS) @RANDOMFIELDS_CXXFLAGS@ 

PKG_LDFLAGS = -fsanitize=address 
back to top