Opened 10 years ago

Closed 10 years ago

#548 closed enhancement (fixed)

Allow compilation with debug symbols only

Reported by: Dimitar Misev Owned by: Dimitar Misev
Priority: minor Milestone: 9.0
Component: build system Version: development
Keywords: Cc: Peter Baumann
Complexity: Easy

Description

It would be good to allow compiling with debug symbols (option '-g' for gcc), without actually compiling with verbose logging. So we would have an additional option --with-debug-symbols:

  • ./configure --with-debug-symbols compiles with '-g'
  • ./configure --enable-debug compiles with '-g' and turns on verbosity in the rasdaman logs

Change History (2)

comment:2 by Dimitar Misev, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.