Skip to content

Commit a18db32

Browse files
committed
debug c++14 compile issue
1 parent 984d055 commit a18db32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
raise
4747

4848
# Turn this on for more verbose debugging output about compile attempts.
49-
debug = False
49+
debug = True
5050

5151
print('Python version = ',sys.version)
5252
py_version = "%d.%d"%sys.version_info[0:2] # we check things based on the major.minor version.

0 commit comments

Comments
 (0)