diff options
author | Rye <rye@lindenlab.com> | 2024-10-14 22:15:43 -0700 |
---|---|---|
committer | Rye <rye@lindenlab.com> | 2024-10-31 22:50:39 -0700 |
commit | 0ae72a24eb07bbb2cb15402c6b85b53ab50a6d7a (patch) | |
tree | 789d9f3a1ca3aaa516bc144638660007643e82d2 /indra/newview/gltf | |
parent | 3a81065af528f95814a801e289527db41597b408 (diff) |
Try to parallelize xcode builds further and add more headers to PCH to reduce build time
Diffstat (limited to 'indra/newview/gltf')
-rw-r--r-- | indra/newview/gltf/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/gltf/common.h b/indra/newview/gltf/common.h index 742daff715..8cf3f1dff7 100644 --- a/indra/newview/gltf/common.h +++ b/indra/newview/gltf/common.h @@ -26,8 +26,6 @@ * $/LicenseInfo$ */ -#define GLM_ENABLE_EXPERIMENTAL 1 - #include "glm/vec2.hpp" #include "glm/vec3.hpp" #include "glm/vec4.hpp" |