Skip to content

Commit

Permalink
cython compilation speed boost
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBusuttil committed Dec 30, 2024
1 parent 30b52c6 commit e87b3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env = Environment(
CCFLAGS=[
"-g",
"-fPIC",
"-O2",
"-O0",
"-Wunused",
"-Werror",
"-Wshadow",
Expand Down

0 comments on commit e87b3e6

Please sign in to comment.