diff --git a/CMakeLists.txt b/CMakeLists.txt index 81c3777..501b66d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ if (TOMATO_ASAN) add_link_options(-fsanitize=address,undefined,nullability) else() add_link_options(-fsanitize=address,undefined) - endif8) + endif() #add_link_options(-fsanitize=address,undefined,pointer-compare,pointer-subtract) #add_link_options(-fhardened) #add_link_options(-D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS -ftrivial-auto-var-init=zero -fPIE -pie -Wl,-z,relro,-z,now -fstack-protector-strong -fstack-clash-protection -fcf-protection=full)