Skip to content

Instantly share code, notes, and snippets.

# 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