Forgot to update code generator

This commit is contained in:
Thomas Krijnen
2018-09-21 14:55:10 +02:00
parent 59be8f742d
commit e24ddae064
+1
View File
@@ -92,6 +92,7 @@ class SchemaClass(codegen.Base):
statements.append("""
#if defined(__clang__)
__attribute__((optnone))
#elif defined(__GNUC__) || defined(__GNUG__)
#pragma GCC push_options
#pragma GCC optimize ("O0")