diff --git a/debian/changelog.intrepid b/debian/changelog.intrepid index 09c1badc030c442a751cbaa9d9f7163c1d55c7c4..719de4bcb4cb17d4721df5c6c75201b2ec5f48e3 100644 --- a/debian/changelog.intrepid +++ b/debian/changelog.intrepid @@ -1,4 +1,4 @@ -sflphone (0.9.2-0ubuntu3) intrepid; urgency=low +sflphone (0.9.2-2ubuntu3) intrepid; urgency=low [ Emmanuel Milou ] * The main thread synchronizes the ringtone thread diff --git a/sflphone-gtk/configure.ac b/sflphone-gtk/configure.ac index e94fdcaafe06999fc5b434132d0832d6ac271f29..b90af938de2786df192558b41aa3befd45ee1f23 100644 --- a/sflphone-gtk/configure.ac +++ b/sflphone-gtk/configure.ac @@ -16,6 +16,8 @@ AC_ARG_WITH(debug, ) if test "x$with_debug" = "xfull" -o "x$with_debug" = "xyes"; then CFLAGS="$CFLAGS -g -DDEBUG -Wall -Wextra" +else + CFLAGS="$CFLAGS -g -Wall -O2" fi AC_PROG_CC