Skip to content

Commit

Permalink
CXXFLAGS for RStan
Browse files Browse the repository at this point in the history
  • Loading branch information
agabrown committed Feb 26, 2019
1 parent afcad86 commit 4207872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binder/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ install.packages("RColorBrewer")
install.packages("png")
install.packages("ggplot2")
Sys.setenv(MAKEFLAGS = "-j4")
Sys.setenv(CXXFLAGS = "-O3 -mtune=native -march=native -Wno-unused-variable -Wno-unused-function -Wno-builtin-macro-redefined -flto -Wno-unused-local-typedefs-Wno-ignored-attributes -Wno-deprecated-declarations")
install.packages("rstan", type = "source")

0 comments on commit 4207872

Please sign in to comment.