From 8cd054c979b97fca96048b67c17871ee6fca4a9f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 13 Mar 2015 11:37:42 +0100 Subject: Remove NEWATAN compile flag We have seen segmentation faults linked to the table implementation of atan2. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3