cargo_wrapper.py: Allow setting the optimization level from meson
Hi all,
This enables building optimized librsvg from within Meson. I elected to use environment variables because at GStreamer we already use cargo.toml to configure the build for Android/iOS.
Let me know what you think.