git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5caa3df
)
Makefile.am: Remove -fno-strict-aliasing
author
Eric Biggers
<ebiggers3@gmail.com>
Fri, 17 May 2013 19:57:51 +0000
(14:57 -0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Fri, 17 May 2013 19:57:51 +0000
(14:57 -0500)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index d0d9f38ac6f0e7b2ae41946e57d608495cd6e4b6..6feab393f3be127b5f33e75336e7148f278fae51 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-2,8
+2,7
@@
ACLOCAL_AMFLAGS = -I m4
AM_CPPFLAGS = -I$(top_srcdir)/include $(WINDOWS_CPPFLAGS) \
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-AM_CFLAGS = -std=gnu99 -fno-strict-aliasing \
- -Wmissing-prototypes -Wstrict-prototypes
+AM_CFLAGS = -std=gnu99 -Wmissing-prototypes -Wstrict-prototypes
lib_LTLIBRARIES = libwim.la