Skip to content

Commit c51c8b2

Browse files
committed
Disable -Os: we get up to 50% speedup in certain function from -O3
1 parent 9742bbe commit c51c8b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ nanobind_add_module(_reticula_ext
3939
NB_DOMAIN reticula
4040
STABLE_ABI
4141
NB_STATIC
42+
NOMINSIZE
4243

4344
src/main.cpp
4445

0 commit comments

Comments
 (0)