Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | systemd-boot: Dont use -O0 with clang | Khem Raj | 2017-02-11 | 1 | -0/+8 |
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> |