beremiz

Bug on __DEBUG no present fixed

2009-01-09, lbessard
d17bd2f00a87
file isExecutable
Bug on __DEBUG no present fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]