summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg_bmk-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 19bb49e8..2bb43e6b 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -95,7 +95,7 @@ benchmark ()
local bmk_flags
bmk_flags="$(echo -$cflags | sed -e "s/_/ -/g" -e "s/LTO/flto/g")"
case "$cflags" in
- "Os*")
+ "Os*"|"Oz*")
# Use static linking for size benchmarking to pickup library
# code size increases in the final executable.
bmk_flags="$bmk_flags -static"