Skip to content

Commit ba55b8b

Browse files
committed
remove extraneous linkage for swiftSwiftOnoneSupport since we are building as -O
1 parent 8263fa1 commit ba55b8b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@
7171
'-I'+Configuration.current.variables["LIBDISPATCH_BUILD_DIR"]+'/tests' # for include of dispatch/private.h in CF
7272
])
7373

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-
#]
8274

8375
foundation.SWIFTCFLAGS = " ".join(swift_cflags)
8476

0 commit comments

Comments
 (0)