diff options
-rw-r--r-- | wscript | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -337,11 +337,6 @@ def test(tst): except: pass - if sys.platform == 'win32' and '/DNDEBUG' not in tst.env.CFLAGS: - # FIXME: Sort out DLL memory freeing situation in next major version - Logs.warn("Skipping tests for Windows debug build") - return - srcdir = tst.path.abspath() sordi = './sordi_static' base = 'http://example.org/' |