aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-07-30 12:22:02 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-07-30 12:22:02 +0200
commit8a6d120ab5cb47b4afdd0c29a9e0db51a47ff3f0 (patch)
tree98822f768ad0a680ea04bed9ae4aa604b3bbe4b8 /Makefile
parentICU is namespaced now (diff)
downloadmusic-file-organizer-8a6d120ab5cb47b4afdd0c29a9e0db51a47ff3f0.tar.xz
music-file-organizer-8a6d120ab5cb47b4afdd0c29a9e0db51a47ff3f0.zip
Use itemMap() instead of deprecated itemListMap()
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