Revision: 935 Author: tim.bunce Date: Mon Dec 7 14:37:56 2009 Log: Enable assertions.
http://code.google.com/p/perl-devel-nytprof/source/detail?r=935 Modified: /trunk/NYTProf.xs ======================================= --- /trunk/NYTProf.xs Mon Dec 7 14:33:41 2009 +++ /trunk/NYTProf.xs Mon Dec 7 14:37:56 2009 @@ -87,6 +87,8 @@ #define ZLIB_VERSION "0" #endif +#define NDEBUG /* enable assertions */ + #define NYTP_FILE_MAJOR_VERSION 3 #define NYTP_FILE_MINOR_VERSION 0 -- You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected]
