Skip to content

Commit

Permalink
Note about CC=g++
Browse files Browse the repository at this point in the history
  • Loading branch information
kne committed Apr 5, 2020
1 parent a6fc50f commit 059a142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 059a142

Please sign in to comment.