summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com>2018-03-12 17:52:49 +0100
committerGraham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com>2018-03-12 17:52:49 +0100
commitafa7c1861ebf19fe5d6effde0d80f7eedde2bfb6 (patch)
treefa45b8b08b0f650946e86237355104c7e019fbab
parent98b2fed85fd459012ed2b859ea40a3f56d27c0e8 (diff)
Remove optimize pragma.
-rw-r--r--indra/llrender/llshadermgr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp
index 3bac545b5f..129c915139 100644
--- a/indra/llrender/llshadermgr.cpp
+++ b/indra/llrender/llshadermgr.cpp
@@ -41,8 +41,6 @@
#define UNIFORM_ERRS LL_ERRS("Shader")
#endif
-#pragma optimize("", off)
-
// Lots of STL stuff in here, using namespace std to keep things more readable
using std::vector;
using std::pair;