commit c7150f970d0b43f9d2faf06297ca6978af64f949
Author: Kornel Benko <[email protected]>
Date:   Fri Jun 27 13:39:56 2025 +0200

    Cmake build: Typo
    
    spotted y Scott
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca2eb0557b..893bc0c3b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -704,7 +704,7 @@ endif()
 
 if (LYX_DEBUG_SANITIZE MATCHES "ADDRESS")
     set(LYX_CXX_FLAGS "${LYX_CXX_FLAGS} -fsanitize=address 
-fno-omit-frame-pointer")
-    set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fsanitize=thread 
-fno-omit-frame-pointe  r -static-libasan")
+    set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fsanitize=address 
-fno-omit-frame-pointer -l:libasan.a")
     message(STATUS)
     message(STATUS "Download from 
https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/asan/scripts/asan_symbolize.py";)
     message(STATUS "(You have to use a browser and download the raw file from 
this page)")
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to