]> sourceware.org Git - dwz.git/commitdiff
Compile with -D_FILE_OFFSET_BITS=64.
authorJakub Jelinek <jakub@redhat.com>
Wed, 23 May 2012 16:17:43 +0000 (18:17 +0200)
committerJakub Jelinek <jakub@redhat.com>
Wed, 23 May 2012 16:19:12 +0000 (18:19 +0200)
Makefile

index e14a8495bcd97ff02e69eeadb42b717ed394f463..563d44130ffec8f9ed676c014999aa6307fd831b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -O2 -g -Wall -W
+CFLAGS = -O2 -g -Wall -W -D_FILE_OFFSET_BITS=64
 OBJECTS = dwz.o hashtab.o sha1.o
 dwz: $(OBJECTS)
        $(CC) $(LDFLAGS) -o $@ $^ -lelf
This page took 0.026333 seconds and 5 git commands to generate.