mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
use -O1 on macOS
On macOS optimisation level -O3 seems to be a bit aggressive and can cause crashes when opening MPV. - fixes #783 Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
parent
9bf3df1a29
commit
98fa0b98e5
@ -4499,6 +4499,7 @@
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
ENABLE_USER_SELECTED_FILES = readonly;
|
||||
GCC_OPTIMIZATION_LEVEL = 1;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = macOS/Info.plist;
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.video";
|
||||
|
Loading…
Reference in New Issue
Block a user