Skip to content

Commit

Permalink
Reenable -O3
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldoussoren committed Jan 2, 2025
1 parent 650587a commit 36c2229
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyobjc-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ def get_sdk_level(sdk):
# "-O0",
"-g",
# "-O0",
# "-O3",
# "-flto=thin",
"-O3",
"-flto=thin",
# XXX: Use object_path_lto (during linking?)
"-UNDEBUG",
]
Expand All @@ -119,8 +119,8 @@ def get_sdk_level(sdk):
"-fvisibility=hidden",
# "-O0",
"-g",
# "-O3",
# "-flto=thin",
"-O3",
"-flto=thin",
"-fexceptions",
]

Expand Down

0 comments on commit 36c2229

Please sign in to comment.