beremiz
Clone
Summary
Browse
Changes
Graph
Added __DEBUG global var to eventually change PLC code execution gehavior
2008-09-07, etisserant
60a221d72152
file is
Executable
Added __DEBUG global var to eventually change PLC code execution gehavior
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]