Test to see if it could be a compiler bug.

This commit is contained in:
jief666 2021-04-16 00:16:41 +03:00
parent ea21418467
commit e7bb2bd3bd

View File

@ -2,6 +2,10 @@
Slice 2012 Slice 2012
*/ */
#if defined(__clang__)
#pragma clang optimize off
#endif
#include <Platform.h> #include <Platform.h>
#include "Settings.h" #include "Settings.h"
#include "FixBiosDsdt.h" #include "FixBiosDsdt.h"