beremiz
Clone
Summary
Browse
Changes
Graph
Now debug is not a button anymore
2009-12-06, Edouard TISSERANT
274e83a5534e
file is
Executable
Now debug is not a button anymore
from .. import toolchain_makefile
class Makefile_target(toolchain_makefile):
extension = ".ld"
DebugEnabled = False
def getBuilderLDFLAGS(self):
return toolchain_makefile.getBuilderLDFLAGS(self)