Remove unused linker flags

This commit is contained in:
Horcrux
2017-11-07 23:55:06 +08:00
parent 177f71c801
commit bd189437a4
-4
View File
@@ -933,8 +933,6 @@
);
LIBRARY_SEARCH_PATHS = "";
OTHER_LDFLAGS = (
"-ObjC++",
"-lstdc++",
"-all_load",
"-ObjC",
);
@@ -959,8 +957,6 @@
);
LIBRARY_SEARCH_PATHS = "";
OTHER_LDFLAGS = (
"-ObjC++",
"-lstdc++",
"-all_load",
"-ObjC",
);