From 4cc1f91cc2baf8a3aa3835d6c9f84563b7ee5192 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 14 May 2016 17:23:11 +0800 Subject: Add _R/Makevars --- _R/Makevars | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _R/Makevars (limited to '_R') diff --git a/_R/Makevars b/_R/Makevars new file mode 100644 index 0000000..1ead97e --- /dev/null +++ b/_R/Makevars @@ -0,0 +1,4 @@ +#CXX=clang++ +CXXFLAGS=-O2 -Wall -Wno-unused-variable -Wno-unused-function +# If g++ >= 4.9 +CXXFLAGS+=-flto -ffat-lto-objects -Wno-unused-local-typedefs -- cgit v1.2.2