beremiz
Clone
Summary
Browse
Changes
Graph
Minor changes to get better cleanup of debug and python_eval threads, accross multiple debug sessions and PLC runs.
2009-01-04, etisserant
a2a8a52b0d4f
file is
Executable
Minor changes to get better cleanup of debug and python_eval threads, accross multiple debug sessions and PLC runs.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]