aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-03-13 11:37:42 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-03-13 11:37:42 +0100
commit8cd054c979b97fca96048b67c17871ee6fca4a9f (patch)
treefbd18d3f730d4bcbcc601c0e1ed29c5ee4840062 /Makefile
parentae58391402e3f90205568f394204ab91df1d5f1f (diff)
downloadtoolame-dab-8cd054c979b97fca96048b67c17871ee6fca4a9f.tar.gz
toolame-dab-8cd054c979b97fca96048b67c17871ee6fca4a9f.tar.bz2
toolame-dab-8cd054c979b97fca96048b67c17871ee6fca4a9f.zip
Remove NEWATAN compile flag
We have seen segmentation faults linked to the table implementation of atan2.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0698258..0b0c4d0 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ ARCH = -march=native
WARNINGS = -Wall
WARNINGS2 = -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wredundant-decls
-NEW_02L_FIXES = -DNEWENCODE -DNEWATAN
+NEW_02L_FIXES = -DNEWENCODE
CC_SWITCHES = $(OPTIM) $(REQUIRED) $(ARCH) $(PG) $(TWEAKS) $(WARNINGS) $(NEW_02L_FIXES)