contrib/filezilla/filezilla-3.22.1-debug.patch
Alexandr Savca 4cdc3f49ba [notify] filezilla: cleanup Pkgfile, remove debug flags and redundant deps; unmaintained now
Removed Dependencies: clang, libnotify, libwebp.

Caution
=======

filezilla has lost a maintainer, and will be removed from the
contrib soon if no new maintainer is found.

Feel free to adopt it if need.
2021-01-15 17:02:39 +02:00

13 lines
349 B
Diff

--- filezilla-3.22.1/configure.ac
+++ filezilla-3.22.1/configure.ac
@@ -36,9 +36,7 @@
if test "X$GCC" = Xyes; then
AX_APPEND_FLAG(-Wall, CFLAGS)
- AX_APPEND_FLAG(-g, CFLAGS)
AX_APPEND_FLAG(-Wall, CXXFLAGS)
- AX_APPEND_FLAG(-g, CXXFLAGS)
fi
# Do this early: Compiler and linker flags to work around a nasty bug in Xcode.