diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-13 11:37:42 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-13 11:37:42 +0100 |
commit | 8cd054c979b97fca96048b67c17871ee6fca4a9f (patch) | |
tree | fbd18d3f730d4bcbcc601c0e1ed29c5ee4840062 /Makefile | |
parent | ae58391402e3f90205568f394204ab91df1d5f1f (diff) | |
download | toolame-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |