Remove debugging pragma

This commit is contained in:
Brad Davis 2018-04-27 13:57:22 -07:00
parent f2172d84a0
commit 5f8149fd68

View file

@ -44,8 +44,6 @@
#include <unordered_set>
#include <array>
#pragma optimize("", off)
namespace gl {
extern void initModuleGl();
}