1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 17:32:29 +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:
kojima
2004-10-12 02:13:15 +00:00
parent 1ef52e0aec
commit d211420261
5 changed files with 10 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ WPrefs_SOURCES = \
AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\"
AM_CFLAGS = -fno-strict-aliasing
AM_CFLAGS = @NOSTRICTALIASING@
INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@