Skip to content

The build instructions should do a release build, not debug build #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ the [main project page][SOMst] for links to the VM implementations.
SOM++ uses CMake for building:

$ mkdir cmake-build && cd cmake-build
$ cmake ..
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make

Afterwards, the tests can be executed with:
Expand All @@ -45,10 +45,6 @@ A simple Hello World program is executed with:

$ export LD_LIBRARY_PATH=.

The debug version of CSOM can be built using the `debug` target:

$ make debug

Information on previous authors are included in the AUTHORS file. This code is
distributed under the MIT License. Please see the LICENSE file for details.
Additional documentation, detailing for instance the object model and how to
Expand Down