From: havoc Date: Fri, 29 Jan 2010 21:15:54 +0000 (+0000) Subject: enable the separate CLVM_ and MVM_ExecuteProgram functions unless X-Git-Tag: xonotic-v0.1.0preview~750 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=7f10f7de2c8f759bcba5c17a5e395df2b78b5bf4;p=xonotic%2Fdarkplaces.git enable the separate CLVM_ and MVM_ExecuteProgram functions unless DP_SMALLMEMORY is defined, because these functions are necessary for proper profiling git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9886 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=4ea02ee535ced34477f22481d6c51f672d3dedf4 --- diff --git a/progsvm.h b/progsvm.h index 6aa6b01a..9481800e 100644 --- a/progsvm.h +++ b/progsvm.h @@ -33,6 +33,10 @@ The code uses void pointers instead. #include "progdefs.h" // generated by program cdefs #include "clprogdefs.h" // generated by program cdefs +#ifndef DP_SMALLMEMORY +#define PROFILING +#endif + // forward declaration of clgecko_t struct clgecko_s;