diff options
| author | Michael Forney <mforney@mforney.org> | 2017-10-20 21:52:13 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-10-20 21:52:13 -0700 |
| commit | 6026883449f412761b4cf066585c2ec1d1f28f6f (patch) | |
| tree | c52769fdb5dd092b4b04cd355fe9315290f108fb /build.ninja | |
| parent | 677b59c07c7bf2306a9cb387a402cb0feec3ced2 (diff) | |
Remove need for build.ninja and config.ninja
Diffstat (limited to 'build.ninja')
| l---------[-rw-r--r--] | build.ninja | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/build.ninja b/build.ninja index 7e16e5f9..979b06dd 100644..120000 --- a/build.ninja +++ b/build.ninja @@ -1,19 +1 @@ -builddir = out - -target_toolchain = x86_64-linux-musl -target_cflags = -O2 -pipe -target_cxxflags = $target_cflags -target_ldflags = -s -static - -host_toolchain = default -host_cflags = -pipe -host_cxxflags = $host_cflags -host_ldflags = - -repo = $builddir/root.git -repo_flags = --bare -repo_tag = tree -repo_branch = master - -include config.ninja -include local.ninja +local.ninja
\ No newline at end of file |
