jgabaut / invil

A Rust implementation of amboso.
https://github.com/jgabaut/amboso
GNU General Public License v3.0
3 stars 0 forks source link

[BUG] Generated Makefile.am can't build with --enable-debug #117

Closed jgabaut closed 5 months ago

jgabaut commented 5 months ago

Describe the bug The Makefile.am generated from init subcommand supports a debug build, but its flags are badly declared and don't work out of the box.

To Reproduce Steps to reproduce the behavior:

  1. Run invil init ./test && cd ./test
  2. Run ./configure --enable-debug && make rebuild
  3. Build fails

Expected behavior The debug build should be working out of the box.

jgabaut commented 5 months ago

This was fixed in amboso with 2.0.5.