Procházet zdrojové kódy

Re-enable TCMalloc on Linux builds. (#4187)

This tripped up the Compiler Explorer sandbox, but we think that is now
fixed:
https://github.com/compiler-explorer/compiler-explorer/issues/6734

Removing the workaround here, and once it's live and not crashing we can
close #4176 as fixed (and without a temporary workaround).
Chandler Carruth před 1 rokem
rodič
revize
183c8c0ccf
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1 3
      .bazelrc

+ 1 - 3
.bazelrc

@@ -109,9 +109,7 @@ build --enable_platform_specific_config
 build:linux --define=pfm=1
 
 # Enable TCMalloc on Linux as well.
-# TODO: tcmalloc needs to support compiler-explorer; see:
-# https://github.com/carbon-language/carbon-lang/issues/4176
-# build:linux --custom_malloc=@tcmalloc//tcmalloc
+build:linux --custom_malloc=@tcmalloc//tcmalloc
 
 # Allow users to override any of the flags desired by importing a user-specific
 # RC file here if present.