beremiz
Clone
Summary
Browse
Changes
Graph
Fixed python runtime trace thread auto suspend. Now suspends after 3 seconds when no trace is requested
2015-02-02, Edouard Tisserant
291a17b755d1
file is
Executable
Fixed python runtime trace thread auto suspend. Now suspends after 3 seconds when no trace is requested
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
dlopen_prefix = ""
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]