beremiz
Clone
Summary
Browse
Changes
Graph
fixed bug : buffer overflow when debugging PLC with python blocks
2009-04-10, greg
c5f3f71e7260
file is
Executable
fixed bug : buffer overflow when debugging PLC with python blocks
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]