summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorGraham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com>2018-03-03 01:08:58 +0000
committerGraham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com>2018-03-03 01:08:58 +0000
commit5517eb3f6f06226fba0ffe510334f519a8a7d7b7 (patch)
tree563a42241b8a4d819eabff66d5b65e849354b002 /indra/llrender
parent98862a53a77cd1ce9a2cae596a743669cc32a2af (diff)
Remove MSVC pragmas breaking OSX build.
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llglslshader.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llrender/llglslshader.cpp b/indra/llrender/llglslshader.cpp
index a5939a6eb9..b09ec53bc0 100644
--- a/indra/llrender/llglslshader.cpp
+++ b/indra/llrender/llglslshader.cpp
@@ -374,8 +374,6 @@ void LLGLSLShader::unloadInternal()
stop_glerror();
}
-#pragma optimize("", off)
-
BOOL LLGLSLShader::createShader(std::vector<LLStaticHashedString> * attributes,
std::vector<LLStaticHashedString> * uniforms,
U32 varying_count,
@@ -492,8 +490,6 @@ BOOL LLGLSLShader::createShader(std::vector<LLStaticHashedString> * attributes,
return success;
}
-#pragma optimize("", on)
-
BOOL LLGLSLShader::attachObject(std::string object)
{
if (LLShaderMgr::instance()->mShaderObjects.count(object) > 0)