Skip to content

Commit c26508e

Browse files
authored
Ct (#68)
* fix (#61) * Add .gitignore for build * Add .gitignore for build * report multiple drivers * coverage * implicit net fix + logging for multi driver + cov * remove unwanted prints * cov * fix * cov * ct * ct * gains with removing sp * ct * ct * ct * ct * ct * ct * ct * ct * visited field + mt ds opt * bool expr cache * use bool expr cache for cloud build * cmake command update * cleaning tests and prints * update testing * update testing * update testing * cov * cov * cov * cov * cov * cov
1 parent c1edd4a commit c26508e

16 files changed

Lines changed: 745 additions & 677 deletions

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ make
5454
```
5555

5656
```bash
57-
# For optimized performance use:
58-
cmake .. -DCMAKE_BUILD_TYPE=Release \
59-
-DCMAKE_CXX_FLAGS_RELEASE="-Ofast -march=native \
60-
-ffast-math -flto" -DCMAKE_EXE_LINKER_FLAGS="-flto"
57+
cmake .. \
58+
-DCMAKE_BUILD_TYPE=Release \
59+
-DCMAKE_CXX_STANDARD=20 \
60+
-DCMAKE_CXX_FLAGS="-O3 -march=native -ffast-math -flto -DNDEBUG" \
61+
-DCMAKE_CXX_FLAGS_RELEASE="-Ofast -march=native -ffast-math -flto -DNDEBUG" \
62+
-DCMAKE_EXE_LINKER_FLAGS="-flto"
6163
```
6264

6365
## Usage

0 commit comments

Comments
 (0)