From 700aa8fd9844c0368e0785da527ca472f6ed2ea9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 8 Apr 2012 14:55:22 +0200 Subject: [PATCH] Fix indentation. --- bin/blhc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/blhc b/bin/blhc index f2e7295..0cc2e6a 100755 --- a/bin/blhc +++ b/bin/blhc @@ -198,7 +198,7 @@ my @def_ldflags_pic = ( # Renaming rules for the output so the regex parts are not visible. Also # stores string values of flag regexps above, see compile_flag_regexp(). my %flag_renames = ( - '-O(?:2|3)' => '-O2', + '-O(?:2|3)' => '-O2', '-Wl,(?:-z,)?relro' => '-Wl,-z,relro', '-Wl,(?:-z,)?now' => '-Wl,-z,now', ); -- 2.43.2