beremiz
Clone
Summary
Browse
Changes
Graph
Better display of Python exceptions from Py_Eval
2013-04-24, Edouard Tisserant
fa7c5034c1d2
file is
Executable
Better display of Python exceptions from Py_Eval
from ..toolchain_gcc import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderCFLAGS(self):
return toolchain_gcc.getBuilderCFLAGS(self) + ["-fPIC"]
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]