Skip to content

Commit

Permalink
Does not affect performance.
Browse files Browse the repository at this point in the history
  • Loading branch information
intorr authored and Xottab-DUTY committed Dec 23, 2017
1 parent 3417488 commit 16df9ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/xrCore/xrCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@
#define DEBUG
#endif

#ifndef DEBUG
#pragma inline_depth(254)
#pragma inline_recursion(on)
#pragma intrinsic(abs, fabs, fmod, sin, cos, tan, asin, acos, atan, sqrt, exp, log, log10, strcat)
#endif

// Warnings
#pragma warning(disable : 4100) // unreferenced formal parameter
#pragma warning(disable : 4127) // conditional expression is constant
Expand Down

0 comments on commit 16df9ad

Please sign in to comment.