2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-31 13:55:10 +00:00

Fix syntax error.

This commit is contained in:
Vibhav Pant
2023-10-27 18:23:32 +05:30
parent 6206af88c4
commit 8c44138f27

View File

@@ -160,6 +160,7 @@ do
CHECKS_CPPFLAGS="-fsanitize=undefined $CHECKS_CPPFLAGS"
CHECKS_LDFLAGS="-fsanitize=undefined $CHECKS_LDFLAGS"
enable_debug="yes"
;;
tsan)
CHECKS_CXXFLAGS="-fsanitize=thread $CHECKS_CXXFLAGS"
CHECKS_CPPFLAGS="-fsanitize=thread $CHECKS_CPPFLAGS"