diff options
Diffstat (limited to 'extra/glslang/build')
-rwxr-xr-x | extra/glslang/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/glslang/build b/extra/glslang/build index e9017458..d93fd4e1 100755 --- a/extra/glslang/build +++ b/extra/glslang/build @@ -5,6 +5,7 @@ export DESTDIR="$1" cmake -Bbuild \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ + -DENABLE_OPT=0 \ -DBUILD_TYPE=Release cmake --build build |