Remove optimize pragma.

master
Graham Linden graham@lindenlab.com 2018-03-12 17:52:49 +01:00
parent 98b2fed85f
commit afa7c1861e
1 changed files with 0 additions and 2 deletions

View File

@ -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;