From b2b8bf37934087f8fb2a246316ecf9e91955ec57 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 23 May 2015 19:06:10 +0200 Subject: Restrict `-fno-strict-aliasing' to the Linux drivers * Makefile.am: Move `-fno-strict-aliasing'... * linux/Makefrag.am: ... here. --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index eb940cbb..913db55e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,10 +59,6 @@ AM_CFLAGS += \ AM_CFLAGS += \ -Wall -# See . -AM_CFLAGS += \ - -fno-strict-aliasing - # We need the GNU-style inline AM_CFLAGS += \ -fgnu89-inline -- cgit v1.2.3