Commit d66405c6 authored by Stefan Behnel's avatar Stefan Behnel

Do not compile Lexicon.py. It's really only used once and is much larger as a...

Do not compile Lexicon.py. It's really only used once and is much larger as a binary module than as a byte code file, but not slower to import.
parent 852035e0
......@@ -101,7 +101,6 @@ def compile_cython_modules(profile=False, compile_more=False, cython_with_refnan
compiled_modules = [
"Cython.Plex.Scanners",
"Cython.Plex.Actions",
"Cython.Compiler.Lexicon",
"Cython.Compiler.Scanning",
"Cython.Compiler.Parsing",
"Cython.Compiler.Visitor",
......@@ -114,6 +113,7 @@ def compile_cython_modules(profile=False, compile_more=False, cython_with_refnan
if compile_more:
compiled_modules.extend([
"Cython.Build.Dependencies",
"Cython.Compiler.Lexicon",
"Cython.Compiler.ParseTreeTransforms",
"Cython.Compiler.Nodes",
"Cython.Compiler.ExprNodes",
......
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