X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=7b196a0ccf93a6d6ea521e5f7650847021852c00;hp=ad98dc594355431609fa8a91fc83309f5605d7a6;hb=5ba101e4f167d461647d9481f83528d5151bafac;hpb=f2db9f24cb7bc4d7ce9bf169bd06dd7ec5e17a1d diff --git a/bin/blhc b/bin/blhc index ad98dc5..7b196a0 100755 --- a/bin/blhc +++ b/bin/blhc @@ -172,8 +172,7 @@ my @def_cflags_pie = ( '-fPIE', ); my @def_cxxflags = ( - '-g', - '-O(?:2|3)', + @def_cflags, ); # @def_cxxflags_* is the same as @def_cflags_*. my @def_cppflags = ();