## -*- mode: makefile; -*-

PKG_CXXFLAGS = -DEIGEN_DONT_VECTORIZE

## For a release, uncomment the following line to suppress package
## check warnings about __assert_fail.  During development we retain
## the debugging checks even though they cause R to terminate, which
## is bad form.  Better to learn of bugs in an impolite way than not
## to learn of them.
PKG_CXXFLAGS = -DNDEBUG -DEIGEN_DONT_VECTORIZE


