Xcode // Restore the optimized compilation settings.
This commit is contained in:
parent
61d1e4ab8e
commit
375e4a5fa2
|
@ -1434,7 +1434,6 @@
|
||||||
"$(OTHER_CFLAGS)",
|
"$(OTHER_CFLAGS)",
|
||||||
"-fcxx-modules",
|
"-fcxx-modules",
|
||||||
);
|
);
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
|
@ -1475,8 +1474,6 @@
|
||||||
"$(OTHER_CFLAGS)",
|
"$(OTHER_CFLAGS)",
|
||||||
"-fcxx-modules",
|
"-fcxx-modules",
|
||||||
);
|
);
|
||||||
SWIFT_COMPILATION_MODE = wholemodule;
|
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue