0
mongodb-docker/0001-Compile-without-debug-symbols.patch
2025-04-11 18:57:26 +03:00

11 lines
293 B
Diff

--- a/SConstruct
+++ b/SConstruct
@@ -3109,7 +3109,6 @@
env.Append(
CCFLAGS=[
"-fasynchronous-unwind-tables",
- "-g2" if not env.TargetOSIs('emscripten') else "-g",
"-Wall",
"-Wsign-compare",
"-Wno-unknown-pragmas",