forked from Green-Sky/tomato
fix cmake typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user