Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
e0e41de5
Commit
e0e41de5
authored
Mar 03, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
2435743a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
setup.py
setup.py
+4
-3
No files found.
setup.py
View file @
e0e41de5
...
...
@@ -29,6 +29,10 @@ import os
import
sys
os
.
environ
[
'CFLAGS'
]
=
'-g -O0'
# XXX temp
os
.
environ
[
'CXXFLAGS'
]
=
'-g -O0'
# XXX temp
# tell cython to resolve `cimport wendelin.*` modules hierarcy starting at top-level.
# see wendelin.py for details.
# XXX hack
...
...
@@ -42,9 +46,6 @@ def wendelin_cy_searh_in_dirs(self, qualified_name, suffix, pos, include=False,
CyContext
.
search_include_directories
=
wendelin_cy_searh_in_dirs
os
.
environ
[
'CFLAGS'
]
=
'-g -O0'
# XXX temp
os
.
environ
[
'CXXFLAGS'
]
=
'-g -O0'
# XXX temp
# _with_defaults calls what(*argv, **kw) with kw amended with default build flags.
# e.g. _with_defaults(_DSO, *argv, **kw)
def
_with_defaults
(
what
,
*
argv
,
**
kw
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment