Skip to content

Commit

Permalink
Fix install instructions to use build_ext instead of build so that --…
Browse files Browse the repository at this point in the history
…undef

command line option is available.
  • Loading branch information
bradbell committed Mar 23, 2011
1 parent 368e477 commit 2875341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omh/install.omh
Expand Up @@ -91,7 +91,7 @@ $index debugging, build$$
$index build, debugging$$
Change into the directory $code pycppad-20110322$$ and execute the command
$codep
./setup.py build --debug --undef NDEBUG
./setup.py build_ext --debug --undef NDEBUG
$$
to compile and link a version of the CppAD extension module
with debugging (improved error messaging).
Expand All @@ -102,7 +102,7 @@ $index build, optimize$$
You can compile and link an optimized version of the CppAD extension
module with the command
$codep
./setup.py build
./setup.py build_ext
$$
Note that in the optimized version, certain error checking is not
done and improper use of $code pycppad.cpp$$ may lead to a segmentation fault.
Expand Down

0 comments on commit 2875341

Please sign in to comment.