diff options
Diffstat (limited to 'Make.include')
-rw-r--r-- | Make.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.include b/Make.include index fbecf97..5e08c6f 100644 --- a/Make.include +++ b/Make.include @@ -11,7 +11,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 -fPIC |