Commit e0e41de5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2435743a
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment