diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3015849f..860ed60f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ jobs: target: # Disable PCH for the default configuration. This prevents relying on implicit includes. - '-DCMAKE_DISABLE_PRECOMPILE_HEADERS=On' - - '-DMOLD_USE_ASAN=On' - '-DMOLD_USE_TSAN=On' runs-on: ubuntu-20.04 steps: