beremiz
Clone
Summary
Browse
Changes
Graph
temporary fix for debugger crash in case of high sampling rates
2012-01-30, Edouard Tisserant
f97f207d027b
file is
Executable
temporary fix for debugger crash in case of high sampling rates
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]