Skip to content
Snippets Groups Projects
Commit 3a47dc15 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files
parents f971e739 0327db3f
Branches
Tags
No related merge requests found
sflphone (0.9.2-0ubuntu4) hardy; urgency=low
[ Emmanuel Milou ]
* add german translation
[ Yun Liu ]
* Fix GUI crash in Ubuntu8.10 64bit system
-- Yun Liu <yun.liu@savoirfairelinux.com> Thu, 08 Jan 2009 13:08:51 -0500
sflphone (0.9.2-0ubuntu3) hardy; urgency=low sflphone (0.9.2-0ubuntu3) hardy; urgency=low
[ Emmanuel Milou ] [ Emmanuel Milou ]
......
sflphone (0.9.2-0ubuntu3) intrepid; urgency=low sflphone (0.9.2-2ubuntu4) intrepid; urgency=low
[ Emmanuel Milou ]
* add german translation
[ Yun Liu ]
* Fix GUI crash in Ubuntu8.10 64bit system
-- Yun Liu <yun.liu@savoirfairelinux.com> Thu, 08 Jan 2009 13:08:51 -0500
sflphone (0.9.2-2ubuntu3) intrepid; urgency=low
[ Emmanuel Milou ] [ Emmanuel Milou ]
* The main thread synchronizes the ringtone thread * The main thread synchronizes the ringtone thread
......
...@@ -16,6 +16,8 @@ AC_ARG_WITH(debug, ...@@ -16,6 +16,8 @@ AC_ARG_WITH(debug,
) )
if test "x$with_debug" = "xfull" -o "x$with_debug" = "xyes"; then if test "x$with_debug" = "xfull" -o "x$with_debug" = "xyes"; then
CFLAGS="$CFLAGS -g -DDEBUG -Wall -Wextra" CFLAGS="$CFLAGS -g -DDEBUG -Wall -Wextra"
else
CFLAGS="$CFLAGS -g -Wall -O2"
fi fi
AC_PROG_CC AC_PROG_CC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment