Xcode // Restore the optimized compilation settings.

This commit is contained in:
ShikiSuen 2022-04-13 18:52:00 +08:00
parent 5289915bcb
commit d74d7d7f7c
1 changed files with 0 additions and 3 deletions

View File

@ -1434,7 +1434,6 @@
"$(OTHER_CFLAGS)",
"-fcxx-modules",
);
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
@ -1475,8 +1474,6 @@
"$(OTHER_CFLAGS)",
"-fcxx-modules",
);
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Release;
};