From 7e6c19b914b21ba167a815d27e062c2c1fcdd352 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sat, 10 Jan 2026 13:52:41 +0100 Subject: [PATCH] fix cmake typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)