From bfdf3583f5a8587821cbb4e4bebc90e2f0b90f6e Mon Sep 17 00:00:00 2001 From: ulmus-scott Date: Thu, 30 Dec 2021 20:45:06 -0500 Subject: [PATCH] configure: add shorter option to set optimization flag --- mythtv/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mythtv/configure b/mythtv/configure index 86c5bd2af42..884602d3cca 100755 --- a/mythtv/configure +++ b/mythtv/configure @@ -2976,6 +2976,8 @@ for opt do optval="${opt#*=}" case "$opt" in #Myth options + -O*) cxxoptflags=$opt + ;; --compile-type=*) compile_type=$optval ;; --libdir-name=*) libdir_name=$optval