Skip to content

Commit 155bb1f

Browse files
author
Asger Gitz-Johansen
committed
Updated README
1 parent 24ecaa9 commit 155bb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The TTA parser assumes models modelled in the [H-UPPAAL](https://github.com/DEIS
1212
First, make sure that you have initialized all git submodules.
1313
```
1414
mkdir build && cd build
15-
cmake ..
15+
cmake -DCMAKE_BUILD_TYPE=Release ..
1616
make
1717
```
1818
If you want to compile release version, simply do:
@@ -24,7 +24,7 @@ make RELEASE=1
2424
This will install the `aaltitoad` commandline tool to `/usr/local/bin/` or `REDACTED` on windows/macOS
2525
```
2626
mkdir build && cd build
27-
cmake ..
27+
cmake -DCMAKE_BUILD_TYPE=Release ..
2828
make install
2929
```
3030

0 commit comments

Comments
 (0)