Skip to content
Snippets Groups Projects
Commit afa7c186 authored by Graham Linden graham@lindenlab.com's avatar Graham Linden graham@lindenlab.com
Browse files

Remove optimize pragma.

parent 98b2fed8
No related branches found
No related tags found
No related merge requests found
...@@ -41,8 +41,6 @@ ...@@ -41,8 +41,6 @@
#define UNIFORM_ERRS LL_ERRS("Shader") #define UNIFORM_ERRS LL_ERRS("Shader")
#endif #endif
#pragma optimize("", off)
// Lots of STL stuff in here, using namespace std to keep things more readable // Lots of STL stuff in here, using namespace std to keep things more readable
using std::vector; using std::vector;
using std::pair; using std::pair;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment