【发布时间】:2013-03-01 01:22:19
【问题描述】:
我用configure --enable-shared、make 和install 安装了Python-2.7.3。
碰巧现在,我需要重新配置以包含--with-pydebug 选项。
再次运行configure 时,我是否需要包含我之前拥有的所有标志? (--enable-shared) 还是可以只使用附加标志再次configure?
【问题讨论】:
标签: python makefile configure compiler-flags