We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8524240 commit afc2c52Copy full SHA for afc2c52
tools/macos.py
@@ -68,14 +68,6 @@ def generate(env):
68
env.Append(CCFLAGS=["-isysroot", env["macos_sdk_path"]])
69
env.Append(LINKFLAGS=["-isysroot", env["macos_sdk_path"]])
70
71
- env.Append(
72
- LINKFLAGS=[
73
- "-framework",
74
- "Cocoa",
75
- "-Wl,-undefined,dynamic_lookup",
76
- ]
77
- )
78
-
79
if env["use_ubsan"] or env["use_asan"] or env["use_tsan"]:
80
env.extra_suffix += ".san"
81
env.Append(CCFLAGS=["-DSANITIZERS_ENABLED"])
0 commit comments