Skip to content

Commit e8ee4a7

Browse files
committed
bench flags
1 parent b02b127 commit e8ee4a7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pvs2c-demos/utf8_decoder/bench/bench_utf8.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,7 @@ def ensure_pvs2c_bench(build_dir: Path) -> Path:
122122

123123
cc = os.environ.get("CC", "cc")
124124
cflags = shlex.split(
125-
os.environ.get(
126-
"CFLAGS",
127-
"-O3 -DNDEBUG -march=native -flto -fomit-frame-pointer "
128-
"-fstrict-aliasing -w -foptimize-sibling-calls -fPIC",
129-
)
125+
os.environ.get("CFLAGS", "-O2 -w -foptimize-sibling-calls -fPIC")
130126
)
131127
cmd = [
132128
cc,

0 commit comments

Comments
 (0)