Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-michaux authored Nov 18, 2018
1 parent 6f53624 commit da5d307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# mobius
A preprocessor for [ninja build](https://ninja-build.org/)

Ninja is not designed to be "convenient to edit by hand", and the developes strongly suggest using some form of machine generation. Well, here it is. Mobius is a preprocessor for `ninja.build` files, and should be suitable for most small, or even mid-sized projects. It takes about 1 millisecond to run on a 20000 line work project with a series of complex build rules that includes `moc`, `qrc`, `boost-python`, and `protoc`, with the option of using either `clang` and `gcc`, and five build modes. (`debug`, `release`, and three sanitizers: `usan`, `asan`, and `tsan`.)
Ninja is not designed to be "convenient to edit by hand", and the developers strongly suggest using some form of machine generation. Well, here it is. Mobius is a preprocessor for `ninja.build` files, and should be suitable for most small, or even mid-sized projects. It takes about 1 millisecond to run on a 20000 line work project with a series of complex build rules that includes `moc`, `qrc`, `boost-python`, and `protoc`, with the option of using either `clang` and `gcc`, and five build modes. (`debug`, `release`, and three sanitizers: `usan`, `asan`, and `tsan`.)

## Requirements

Expand Down

0 comments on commit da5d307

Please sign in to comment.