Skip to content
Snippets Groups Projects
Commit 60bd10bf authored by Alexandre Savard's avatar Alexandre Savard
Browse files

#9024: fix -g option appears twice in client compilation command

parent 38715e50
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ LT_INIT
dnl Only need these for moving to gtk3
MIGRATION_CFLAGS="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES"
CFLAGS="$CFLAGS -g -Wall -Wextra -Wshadow $MIGRATION_CFLAGS"
CFLAGS="$CFLAGS -Wall -Wextra -Wshadow $MIGRATION_CFLAGS"
dnl GCONF utilities
AM_GCONF_SOURCE_2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment