Skip to content
Snippets Groups Projects
Commit 3b0b8bea authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

remove debugging flags.

parent e9f7dd97
No related branches found
No related tags found
No related merge requests found
...@@ -21,9 +21,9 @@ AUTOMAKE_OPTIONS=gnu ...@@ -21,9 +21,9 @@ AUTOMAKE_OPTIONS=gnu
# Add the source directory and debug to CFLAGS # Add the source directory and debug to CFLAGS
AM_CFLAGS = -g -Wall -Werror -I../src $(OPENMP_CFLAGS) -DCPU_TPS=2.67e9 -DTIMERS \ 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 # Set-up the library
bin_PROGRAMS = test test_qr test_bh bin_PROGRAMS = test test_qr test_bh
...@@ -36,7 +36,7 @@ test_LDADD = ../src/.libs/libquicksched.a ...@@ -36,7 +36,7 @@ test_LDADD = ../src/.libs/libquicksched.a
# Sources for test_qr # Sources for test_qr
test_qr_SOURCES = test_qr.c test_qr_SOURCES = test_qr.c
test_qr_CFLAGS = $(AM_CFLAGS) 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 # Sources for test_bh
test_bh_SOURCES = test_bh.c test_bh_SOURCES = test_bh.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment