Skip to content

Commit

Permalink
configure: add shorter option to set optimization flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott committed Mar 25, 2022
1 parent 2d8d788 commit bfdf358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfdf358

Please sign in to comment.