fix cmake typo

This commit is contained in:
Green Sky
2026-01-10 13:52:41 +01:00
parent d2b5f6caa4
commit 7e6c19b914

View File

@@ -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)