diff options
author | musil <tmusil@users.sourceforge.net> | 2006-11-10 14:31:45 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-11-10 14:31:45 +0000 |
commit | 4902bb3bd0bba7839921baa099abe311f2e9391d (patch) | |
tree | 21f625ad1cd7198019c4e5d1fa74c9a7a63088dc /src/makefile | |
parent | b7b733fcdb95dea0537f5db87b7917c293c5e30a (diff) |
makefile fno-strict-aliasing bug
float to t_float
svn path=/trunk/externals/iem/iem_ambi/; revision=6256
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 37557e9..d250fe9 100644 --- a/src/makefile +++ b/src/makefile @@ -10,7 +10,7 @@ LIB = -ldl -lm -lpthread #select either the DBG and OPT compiler flags below: CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ - -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ + -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ -DDL_OPEN SYSTEM = $(shell uname -m) |