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 8263fa1 commit ba55b8bCopy full SHA for ba55b8b
build.py
@@ -71,14 +71,6 @@
71
'-I'+Configuration.current.variables["LIBDISPATCH_BUILD_DIR"]+'/tests' # for include of dispatch/private.h in CF
72
])
73
74
-if Configuration.current.build_mode == Configuration.Release:
75
- foundation.LDFLAGS += ' -lswiftSwiftOnoneSupport '
76
- # In the future, remove the LDFLAGS line above and enable
77
- # the optimizations. But currently, it results in a segmentation
78
- # fault on one of the tests.
79
- #swift_cflags += [
80
- # '-O'
81
- #]
82
83
foundation.SWIFTCFLAGS = " ".join(swift_cflags)
84
0 commit comments