Remove deep forced code signing option

This option should no longer be needed for anything.
swiftingly
Christopher Snowhill 2022-06-21 19:39:36 -07:00
parent a4692b80a4
commit da8a4dffdf
1 changed files with 0 additions and 2 deletions

View File

@ -2979,7 +2979,6 @@
"-D__MACOSX__", "-D__MACOSX__",
"-DHAVE_CONFIG_H", "-DHAVE_CONFIG_H",
); );
OTHER_CODE_SIGN_FLAGS = "--deep -f";
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-weak_framework", "-weak_framework",
CogAudio, CogAudio,
@ -3032,7 +3031,6 @@
"-D__MACOSX__", "-D__MACOSX__",
"-DHAVE_CONFIG_H", "-DHAVE_CONFIG_H",
); );
OTHER_CODE_SIGN_FLAGS = "--deep -f";
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"-weak_framework", "-weak_framework",
CogAudio, CogAudio,