Skip to content
Snippets Groups Projects
Commit 1b86b449 authored by Yun Liu's avatar Yun Liu
Browse files

Fix GUI crash in Ubuntu8.10 64bit system

parent 041c5b38
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment