-
Khem Raj authored
Clang has a bug where it emits "memset" into code even when we use -ffreestanding. As a workaround compile with -O1 when using clang Signed-off-by:
Khem Raj <raj.khem@gmail.com>
a96a4428
Clang has a bug where it emits "memset" into code
even when we use -ffreestanding. As a workaround compile
with -O1 when using clang
Signed-off-by:
Khem Raj <raj.khem@gmail.com>