diff options
author | Rye <rye@lindenlab.com> | 2024-10-14 22:15:43 -0700 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-03-12 18:37:27 +0200 |
commit | d915cf17dfb4ddd79830f3ff9fea004ba9d2b61c (patch) | |
tree | 1c1814e0e3d3dbaa1dc9a8b4c6ed4533118704c8 /indra/newview/gltf/common.h | |
parent | 5aedf53f0180e268d7c47d767e79c2ac4beb4798 (diff) |
Try to parallelize xcode builds further and add more headers to PCH to reduce build time
Diffstat (limited to 'indra/newview/gltf/common.h')
-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" |