Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Apps
xfce4-screenshooter
Commits
527680a6
Commit
527680a6
authored
Jan 18, 2009
by
Jerome Guelfucci
Browse files
Remove gcc flags to fix debug with full debugging.
(Old svn revision: 6487)
parent
a43eb0dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/Makefile.am
View file @
527680a6
...
...
@@ -13,10 +13,8 @@ libscreenshooter_la_CFLAGS = \
@GLIB_CFLAGS@
\
@LIBXFCE4UTIL_CFLAGS@
\
@LIBXFCEGUI4_CFLAGS@
\
-DPACKAGE_LOCALE_DIR
=
\"
$(localedir)
\"
\
-Wall
-Wextra
-Wno-unused-parameter
\
-Wno-missing-field-initializers
-DPACKAGE_LOCALE_DIR
=
\"
$(localedir)
\"
libscreenshooter_la_LIBADD
=
\
@GTK_LIBS@
\
@LIBXFCE4UTIL_LIBS@
\
...
...
panel-plugin/Makefile.am
View file @
527680a6
...
...
@@ -5,9 +5,7 @@ xfce4_screenshooter_plugin_CFLAGS = \
-DPACKAGE_LOCALE_DIR
=
\"
$(localedir)
\"
\
-I
$(top_srcdir)
\
-I
$(top_srcdir)
/lib
\
@LIBXFCE4PANEL_CFLAGS@
\
-Wall
-Wextra
-Wno-unused-parameter
\
-Wno-missing-field-initializers
@LIBXFCE4PANEL_CFLAGS@
xfce4_screenshooter_plugin_LDFLAGS
=
\
@LIBXFCE4PANEL_LIBS@
\
...
...
src/Makefile.am
View file @
527680a6
...
...
@@ -6,9 +6,7 @@ xfce4_screenshooter_CFLAGS = \
@LIBXFCE4UTIL_CFLAGS@
\
@LIBXFCEGUI4_CFLAGS@
\
-DPACKAGE_LOCALE_DIR
=
\"
$(localedir)
\"
\
-I
$(top_srcdir)
/lib
\
-Wall
-Wextra
-Wno-unused-parameter
\
-Wno-missing-field-initializers
-I
$(top_srcdir)
/lib
xfce4_screenshooter_LDFLAGS
=
\
@GTK_LIBS@
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment