Added -O0 to -g to get better gdb behavior on my new system
This commit is contained in:
parent
05972d46d3
commit
32efb7e144
@ -28,7 +28,7 @@ do
|
||||
do_strip=1
|
||||
elif test "$i" = "-g"
|
||||
then
|
||||
debug_opts="-g"
|
||||
debug_opts="-g -O0"
|
||||
elif test "$i" = "-help" -o "$i" = "--help" -o "$i" = "-h"
|
||||
then
|
||||
echo \
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2007.12.08.175117"
|
||||
#define Xorriso_timestamP "2007.12.15.162039"
|
||||
|
Loading…
Reference in New Issue
Block a user