You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't see -Os anywhere, and also -ggdb is probably adding a lot to the size unnecessarily.
glsl_optimizer seems to have a debug/release distinction, building release by default, which produces a small lib.
I suggest doing that here too.
The text was updated successfully, but these errors were encountered:
-DCMAKE_BUILD_TYPE=Release will switch cmake into release mode. Really the -ggdb isn't needed and should be removed.. using the cmake build type will handle all of that.. possible values are Debug, Release, RelWithDebInfo, RelMinSize
I can't see -Os anywhere, and also -ggdb is probably adding a lot to the size unnecessarily.
glsl_optimizer seems to have a debug/release distinction, building release by default, which produces a small lib.
I suggest doing that here too.
The text was updated successfully, but these errors were encountered: