From 253fbf6e83f74cd637cfe037d660f2ad189d72ac Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 12 Feb 2026 12:30:44 +0000 Subject: [PATCH] removed -flarge-source-files flag Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> --- cmake/deps/Boost.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/deps/Boost.cmake b/cmake/deps/Boost.cmake index 3f6eaa64e3..9506693a8d 100644 --- a/cmake/deps/Boost.cmake +++ b/cmake/deps/Boost.cmake @@ -51,4 +51,3 @@ endif () # target_compile_options(opts INTERFACE # ignore boost headers for sanitizing # -fsanitize-blacklist=${CMAKE_CURRENT_BINARY_DIR}/san_bl.txt) # endif () -target_compile_options(opts INTERFACE -flarge-source-files)