Skip to content

Commit

Permalink
New: implemented Issue #11 and described --dump-out option in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nponeccop committed Jul 23, 2013
1 parent 59b1c72 commit de98286
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ cabal build
# Advanced use

- read wiki
- run our test suites
- run `hnc` with `-O` option to see our first attempts at optimization
- feed generated `.cpp` files to a C++ compiler and linker either directly or by using our extension to Boost.Build.
- run our main test suite (`dist/build/spl-test-hunit-exe/spl-test-hunit-exe`)
- run `hnc` with either `-O` or `--dump-opt` option to see our first attempts at optimization
- follow instructions below to feed generated `.cpp` files to a C++ compiler
and linker either directly or by using our extension to Boost.Build.

You'll need MSVC/GCC, Boost and Boost.

Expand Down

0 comments on commit de98286

Please sign in to comment.