From: Michael D. Lowis Date: Wed, 20 Aug 2014 02:37:48 +0000 (-0400) Subject: Update mem module to count allocations and deletions for a lightweight form of leak... X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=41aed8f77d2520425ee22e91bfd6e2ccb90e0ff4;p=projs%2Flibcds.git Update mem module to count allocations and deletions for a lightweight form of leak detection --- diff --git a/Rakefile b/Rakefile index bd197ea..2d842cd 100644 --- a/Rakefile +++ b/Rakefile @@ -28,7 +28,7 @@ end TestEnv = Env.clone do |env| env.build_dir('source','build/obj/test_source') env.build_dir('tests','build/obj/tests/source') - #env['CFLAGS'] += ['-DLEAK_DETECT_LEVEL=1'] + env['CFLAGS'] += ['-DLEAK_DETECT_LEVEL=1'] env['CPPPATH'] += Dir['tests/'] end