Skip to content

Instantly share code, notes, and snippets.

@nrjones8
Created January 29, 2022 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrjones8/04f56c79a4fa650a96deb1904281b27a to your computer and use it in GitHub Desktop.
Save nrjones8/04f56c79a4fa650a96deb1904281b27a to your computer and use it in GitHub Desktop.
# copy into ~/.R/Makevars by running:
# touch ~/.R/Makevars
# then open ~/.R/Makevars in a text editor and copy this entire file into it
VER=-11
CC=gcc$(VER)
CXX=g++$(VER)
CFLAGS=-mtune=native -g -O2 -Wall -pedantic -Wconversion
CXXFLAGS=-mtune=native -g -O2 -Wall -pedantic -Wconversion
FLIBS=-L/usr/local/Cellar/gcc/11.2.0/lib/gcc/11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment