# Cargo has no per-target profiles.
#
# Change flag here so the frontend builds for size while the backend keeps the profile's
# `opt-level = 3`, where speed is what matters.
#
# `-Copt-level=z` is smaller again, at the cost of runtime speed. Measure before taking it.
[]
= ["-Copt-level=s"]