aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1664b58..8c28a04 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ DESTDIR ?=
BINDIR ?= $(PREFIX)/bin
LDLIBS += $(shell pkg-config --libs taglib icu-i18n)
-CXXFLAGS ?= -O3 -pipe -fomit-frame-pointer -march=native
+CXXFLAGS ?= -O3 -pipe -march=native
CXXFLAGS += $(shell pkg-config --cflags taglib icu-i18n)
.PHONY: clean install