Menu

#13 Need a --with-debug autotool flag to disable strip'ing

version-unknown
closed-wont-fix
nobody
None
5
2012-05-15
2006-12-13
No

There needs to be a gnu autoconf mechanism to correctly set CFLAGS/COPTS+="-g" and disable the install-stirp target.

This for users who need to run debug binaries go gdb when attempting to isolate errors.

~BAS

Discussion

  • Jim Mankovich

    Jim Mankovich - 2012-05-15

    This can be accomplished by using CFLAGS="=g"; ./configure or even specification of CFLAGS="-g" when invoking make.

     
  • Jim Mankovich

    Jim Mankovich - 2012-05-15
    • status: open --> closed-wont-fix
     

Log in to post a comment.