Remove DENO_BUILD_MODE and DENO_BUILD_PATH (#4431)

* Remove DENO_BUILD_MODE and DENO_BUILD_PATH

Also remove outdated docs related to ninja/gn.

* fix

* remove parameter to build_mode()

* remove arg parsing from benchmark.py
This commit is contained in:
Ryan Dahl 2020-03-20 21:48:34 -04:00 committed by GitHub
parent 77a44163fb
commit 0adc86f105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 69 deletions

View file

@ -2,7 +2,7 @@ import os
import sys
from test_util import DenoTestCase, run_tests
from util import build_mode, executable_suffix, tests_path, run, run_output
from util import executable_suffix, tests_path, run, run_output
class TestTarget(DenoTestCase):