From: Robert Bradshaw Date: Tue, 21 Apr 2009 08:38:25 +0000 (-0700) Subject: Embed flag for Cython modules X-Git-Tag: 0.11.2.rc1~52^2~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0bf694afcf1d933831c79a242104a54771c99039;p=cython.git Embed flag for Cython modules --- diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index 2c8ed428..f48cfb58 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -38,6 +38,7 @@ Options: -a, --annotate Produce a colorized HTML version of the source. --line-directives Produce #line directives pointing to the .pyx source --cplus Output a c++ rather than c file. + --embed Embed the Python interpreter in a main() method. --directive =[,