summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-09-04 23:44:41 +0100
committerGraham Linden <graham@lindenlab.com>2018-09-04 23:44:41 +0100
commit94d844e1876461ad2e2ad385555ce9a0a7e60088 (patch)
tree543b1d91ae318be750e08db03f88fb6e59616311 /indra
parent0a78e9271c524c92cb8b1965e9a6081d4f700437 (diff)
Remove MSVC debug pragmas.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewershadermgr.cpp2
-rw-r--r--indra/newview/llvosky.cpp2
2 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llviewershadermgr.cpp b/indra/newview/llviewershadermgr.cpp
index 05c722a114..cd378c0a56 100644
--- a/indra/newview/llviewershadermgr.cpp
+++ b/indra/newview/llviewershadermgr.cpp
@@ -46,8 +46,6 @@
#include "llenvironment.h"
#include "llatmosphere.h"
-#pragma optimize("", off)
-
#ifdef LL_RELEASE_FOR_DOWNLOAD
#define UNIFORM_ERRS LL_WARNS_ONCE("Shader")
#else
diff --git a/indra/newview/llvosky.cpp b/indra/newview/llvosky.cpp
index d3b1f1459f..e02550c77b 100644
--- a/indra/newview/llvosky.cpp
+++ b/indra/newview/llvosky.cpp
@@ -59,8 +59,6 @@
#undef min
#undef max
-#pragma optimize("", off)
-
namespace
{
const S32 NUM_TILES_X = 8;