Skip to content

Commit e754c25

Browse files
committed
Improve documentation on release flag.
1 parent 6dcabbc commit e754c25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

REGRESSION_TESTS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ COMPILING.md for details of both make and cmake build processes.)
88

99
Note that running all regression tests can be slow when a non-
1010
release build of CPROVER is used. It is highly recommended to
11-
compile with `-DCMAKE_BUILD_TYPE=Release` before running
12-
regression tests.
11+
compile with release flags.
1312

1413
# MAKE
1514

@@ -22,6 +21,9 @@ make
2221

2322
# CMAKE
2423

24+
To build with release flags in cmake use
25+
`-DCMAKE_BUILD_TYPE=Release` as an argument to the cmake command.
26+
2527
This can be done by changing to the directory you built the
2628
project in with cmake and running ctest as follows.
2729
```

0 commit comments

Comments
 (0)