diff options
| author | Graham Linden <graham@lindenlab.com> | 2019-02-01 13:43:49 -0800 | 
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2019-02-01 13:43:49 -0800 | 
| commit | 8b4a86db298335de52db114d63a153808dfde36a (patch) | |
| tree | b3518177d95adc527a4945c0ca00cd91968a704f | |
| parent | 5a8610ccb7e1f5a0e4d54170ac922e6820ce3acb (diff) | |
Remove MSVC pragma to make debugging feasible in RelWithDebInfo.
| -rw-r--r-- | indra/llinventory/llsettingssky.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index db54140e2c..612c97168c 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -32,10 +32,6 @@  #include "llfasttimer.h"  #include "v3colorutil.h" -#if LL_WINDOWS -#pragma optimize("", off) -#endif -  //=========================================================================  namespace {      const F32 NIGHTTIME_ELEVATION = 8.0f; // degrees | 
