diff options
Diffstat (limited to 'x11-misc/dunst/files/dunst-1.6.1-no-Os.patch')
-rw-r--r-- | x11-misc/dunst/files/dunst-1.6.1-no-Os.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch b/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch new file mode 100644 index 000000000000..90a1de94de95 --- /dev/null +++ b/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch @@ -0,0 +1,13 @@ +diff --git a/config.mk b/config.mk +index 54426a7..2e18031 100644 +--- a/config.mk ++++ b/config.mk +@@ -36,7 +36,7 @@ endif + + # flags + DEFAULT_CPPFLAGS = -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\" +-DEFAULT_CFLAGS = -g --std=gnu99 -pedantic -Wall -Wno-overlength-strings -Os ${STATIC} ${ENABLE_WAYLAND} ++DEFAULT_CFLAGS = --std=gnu99 -pedantic -Wall -Wno-overlength-strings ${STATIC} ${ENABLE_WAYLAND} + DEFAULT_LDFLAGS = -lm -lrt + + CPPFLAGS_DEBUG := -DDEBUG_BUILD |