0
mongodb-docker/0001-Compile-without-debug-symbols.patch
2023-11-08 13:30:31 +03:00

13 lines
373 B
Diff

# patch < 0001-Compile-without-debug-symbols.patch
--- a/SConstruct
+++ b/SConstruct
@@ -3037,7 +3037,6 @@ if env.TargetOSIs('posix'):
env.Append(
CCFLAGS=[
"-fasynchronous-unwind-tables",
- "-g2" if not env.TargetOSIs('emscripten') else "-g",
"-Wall",
"-Wsign-compare",
"-Wno-unknown-pragmas",