X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=0cc2e6a21f5a2f37d26ec1af2cb72c593bd31df0;hp=f2e7295f3c79c34dd65f413fa7a0c09a4644692b;hb=700aa8fd9844c0368e0785da527ca472f6ed2ea9;hpb=0de8fe5bbd96d47e03fa301d2762eae2f70b4a91 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', );