mmitch / gbsplay

gameboy sound player
https://mmitch.github.io/gbsplay/
Other
98 stars 20 forks source link

add configure flag --build-verbose to enable verbose build #49

Closed mmitch closed 3 years ago

mmitch commented 3 years ago

Suggestions welcome, changing the name is a simple replacement.

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (4540c99) into master (3ce190a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   44.54%   44.54%           
=======================================
  Files          19       19           
  Lines        2844     2844           
=======================================
  Hits         1267     1267           
  Misses       1577     1577           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3ce190a...4540c99. Read the comment docs.

ranma commented 3 years ago

My preference would be --verbose-build or --enable-verbose-build.

mmitch commented 3 years ago

The configure script does not cope with the extra dash in --enable-verbose-build. I've used --enable-verbosebuild instead.

@ranma: if ok plz merge :-)

mmitch commented 3 years ago

added the new flag to the existing tests to ensure it works – no extra build matrix entries needed