6
# Need to disable ccache, or we loose the gcov-needed compiler output files.
10
export LDFLAGS="$gcov_link_flags"
12
extra_flags="$pentium64_cflags $debug_cflags $max_cflags $gcov_compile_flags"
13
c_warnings="$c_warnings $debug_extra_warnings"
14
cxx_warnings="$cxx_warnings $debug_extra_warnings"
15
extra_configs="$pentium64_configs $debug_configs $gcov_configs $max_configs"