diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 12:41:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 12:41:34 +0000 |
commit | ea24c7a82186b6e089f17e57da82585e4eef360b (patch) | |
tree | 39466d652fd2efba0edef7d4d19059323e53414a | |
parent | Building without -march=native (Closes: #1071076). (diff) | |
download | inotify-info-ea24c7a82186b6e089f17e57da82585e4eef360b.tar.xz inotify-info-ea24c7a82186b6e089f17e57da82585e4eef360b.zip |
Refreshing dwz.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0001-dwz.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/debian/0001-dwz.patch b/debian/patches/debian/0001-dwz.patch index fce30fb..7fc21bf 100644 --- a/debian/patches/debian/0001-dwz.patch +++ b/debian/patches/debian/0001-dwz.patch @@ -8,8 +8,8 @@ diff -Naurp inotify-info.orig/Makefile inotify-info/Makefile WARNINGS += -Wsuggest-attribute=format -Wall endif --CFLAGS = $(WARNINGS) -march=native -fno-exceptions -gdwarf-4 -g2 -ggnu-pubnames -gsplit-dwarf -+CFLAGS = $(WARNINGS) -march=native -fno-exceptions -gdwarf-4 -g2 -ggnu-pubnames +-CFLAGS = $(WARNINGS) -fno-exceptions -gdwarf-4 -g2 -ggnu-pubnames -gsplit-dwarf ++CFLAGS = $(WARNINGS) -fno-exceptions -gdwarf-4 -g2 -ggnu-pubnames CFLAGS += -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 CXXFLAGS = -fno-rtti -Woverloaded-virtual - LDFLAGS = -march=native -gdwarf-4 -g2 -Wl,--build-id=sha1 + LDFLAGS = -gdwarf-4 -g2 -Wl,--build-id=sha1 |