"vscode:/vscode.git/clone" did not exist on "0a08d2b0e5d2e8a0cbaf7bbf712799ae2778a57a"
Fix warning from jemalloc configure script (#7790)
jemalloc configure shows this:
configure: WARNING: unrecognized options: --enable-cc-silence
The changelog of jemalloc 4.0 has:
- Replace --enable-cc-silence with --disable-cc-silence to suppress spurious
warnings by default.
Please register or sign in to comment