From 5ba101e4f167d461647d9481f83528d5151bafac Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 26 Mar 2012 04:06:13 +0200 Subject: [PATCH] Use default CFLAGS for CXXFLAGS too. --- bin/blhc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = (); -- 2.43.2