Add missing files

This commit is contained in:
Shea Levy
2018-02-15 13:17:40 -05:00
parent 5812195f81
commit 29536db9af
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -Naur a/setup.py b/setup.py
--- a/setup.py 2017-01-12 19:08:44.000000000 -0500
+++ b/setup.py 2018-02-15 12:28:16.000000000 -0500
@@ -123,7 +123,7 @@
# extra compile args
copt = {'msvc': ['/EHsc'],
- 'unix' : ['-ggdb'],
+ 'unix' : ['-ggdb', '-x', 'c++'],
'mingw32' : [],
}
# extra link args