From ce7240d423a0c9457f73ddd1b82a774a90f2149f Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Sat, 22 Feb 2025 01:39:04 +0300 Subject: [PATCH] dont generate source maps for web as it crashes lua build --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9ca869..d3702b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -167,8 +167,7 @@ function(give_options_without_warnings target) -g3 -gdwarf -fno-omit-frame-pointer - $<$:-fstack-protector-all -fsanitize=undefined -fsanitize=address> - $<$:-gsource-map>) + $<$:-fstack-protector-all -fsanitize=undefined -fsanitize=address>) set(LINK_FLAGS -Bsymbolic-functions