Skip to content

Commit

Permalink
removed CXXFLAGS for R installation
Browse files Browse the repository at this point in the history
  • Loading branch information
agabrown committed Feb 27, 2019
1 parent cfb6d4b commit e320285
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion binder/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ install.packages("RColorBrewer")
install.packages("png")
install.packages("ggplot2")
install.packages("rstan", repos = "https://cloud.r-project.org/", dependencies = TRUE)
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")

0 comments on commit e320285

Please sign in to comment.