From 3b0b8bea3eba44ebe41da26bec37eb1a1c052906 Mon Sep 17 00:00:00 2001
From: Pedro Gonnet <pedro.gonnet@durham.ac.uk>
Date: Sun, 10 Nov 2013 21:46:56 +0000
Subject: [PATCH] remove debugging flags.

---
 examples/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/Makefile.am b/examples/Makefile.am
index e9386bd..d91f91d 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -21,9 +21,9 @@ AUTOMAKE_OPTIONS=gnu
 
 # Add the source directory and debug to CFLAGS
 AM_CFLAGS = -g -Wall -Werror -I../src $(OPENMP_CFLAGS) -DCPU_TPS=2.67e9 -DTIMERS \
-    -fsanitize=address -fno-omit-frame-pointer
+    # -fsanitize=address -fno-omit-frame-pointer
 
-AM_LDFLAGS = -lm -fsanitize=address
+AM_LDFLAGS = -lm # -fsanitize=address
 
 # Set-up the library
 bin_PROGRAMS = test test_qr test_bh
@@ -36,7 +36,7 @@ test_LDADD =  ../src/.libs/libquicksched.a
 # Sources for test_qr
 test_qr_SOURCES = test_qr.c
 test_qr_CFLAGS = $(AM_CFLAGS)
-test_qr_LDADD =  ../src/.libs/libquicksched.a -llapacke -lblas
+test_qr_LDADD =  ../src/.libs/libquicksched.a -llapacke -llapack -lblas
 
 # Sources for test_bh
 test_bh_SOURCES = test_bh.c
-- 
GitLab