Added -O0 to -g to get better gdb behavior on my new system

This commit is contained in:
Thomas Schmitt 2007-12-15 16:21:51 +00:00
parent 5a7e9ca843
commit 1ae0ee9b08
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ do
do_strip=1 do_strip=1
elif test "$i" = "-g" elif test "$i" = "-g"
then then
debug_opts="-g" debug_opts="-g -O0"
elif test "$i" = "-help" -o "$i" = "--help" -o "$i" = "-h" elif test "$i" = "-help" -o "$i" = "--help" -o "$i" = "-h"
then then
echo \ echo \

View File

@ -1 +1 @@
#define Xorriso_timestamP "2007.12.08.175117" #define Xorriso_timestamP "2007.12.15.162039"