Opened 11 years ago
Closed 11 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:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
changeset:c9be14c40bc395e4838f81ac394a6acc1f1fd825