From 059a1424cbacb3cf69121ac4b1f5ba08921fcaef Mon Sep 17 00:00:00 2001 From: kne Date: Sun, 5 Apr 2020 15:59:38 -0700 Subject: [PATCH] Note about CC=g++ --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 83391bc..0278254 100644 --- a/setup.py +++ b/setup.py @@ -118,6 +118,8 @@ def write_init(): extra_link_args = [] else: extra_compile_args=['-Wno-unused'] + # Alternative to the link args is compilation like the following: + # CC=g++ python setup.py build extra_link_args = ['-lstdc++'] # Use C++11 standard libary