mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 08:22:37 +01:00
moved -fno-strict-aliasing flag to configure, so it only adds that for gcc
s/__asm__/asm/ (we don't care about being ansi for the asm code)
This commit is contained in:
@@ -108,7 +108,7 @@ wmaker_SOURCES = \
|
||||
|
||||
AM_CPPFLAGS = $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
|
||||
|
||||
AM_CFLAGS = -fno-strict-aliasing
|
||||
AM_CFLAGS = @NOSTRICTALIASING@
|
||||
|
||||
|
||||
INCLUDES = \
|
||||
|
||||
Reference in New Issue
Block a user