Rcpp11 / attributes

Standalone implementation of Rcpp attributes.
Other
3 stars 1 forks source link

Take advantage of sanitizers #24

Open romainfrancois opened 10 years ago

romainfrancois commented 10 years ago

(moved from https://github.com/Rcpp11/Rcpp11/issues/117)

E.g. we should try using -fsanitize=address,undefined,memory -fno-omit-frame-pointer -fcatch-undefined-behavior. These should be available in recent versions of clang and gcc >= 4.9.0

R-exts talks about it a bit here.