Remove clang optimize off that snuck into tree.

This commit is contained in:
Michael Gottesman
2024-02-17 21:27:33 -08:00
parent d6f9401c28
commit 61de03ca0f

View File

@@ -76,8 +76,6 @@
#define DEBUG_TYPE "Serialization"
#pragma clang optimize off
using namespace swift;
using namespace swift::serialization;
using namespace llvm::support;