Skip to content
Snippets Groups Projects
Commit 46eedf5c authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

config/default: added -fsanitize=signed-integer-overflow...

config/default: added -fsanitize=signed-integer-overflow -fsanitize=unsigned-integer-overflow in hama::clang
parent fd32f320
No related branches found
No related tags found
1 merge request!352config/default: added -fsanitize=signed-integer-overflow...
......@@ -183,8 +183,8 @@ case "${HOSTNAME}" in
$CDOLIBS \
LDFLAGS="$LDFLAGS" \
CPPFLAGS="-DWARN_UNUSED" \
CXX=clang++ CXXFLAGS="-g -Wall -Wextra -Wshadow -pedantic -O3 -march=native -std=c++23" \
CC=clang CFLAGS="-g -Wall -Wextra -Wshadow -pedantic -O3 -march=native"
CXX=clang++ CXXFLAGS="-g -Wall -Wextra -Wshadow -pedantic -O3 -march=native -fsanitize=signed-integer-overflow -fsanitize=unsigned-integer-overflow -std=c++23" \
CC=clang CFLAGS="-g -Wall -Wextra -Wshadow -pedantic -O3 -march=native -fsanitize=signed-integer-overflow -fsanitize=unsigned-integer-overflow"
elif test "$COMP" = pgi ; then
${CONFPATH}configure --disable-openmp \
$CDOLIBS \
......
Subproject commit 1549d6e7f8f506b9837e31d6ea3572516e5eda01
Subproject commit 08eb15c75f7815736d0bacf7b18f4ab96676cbfa
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment