diff options
| author | Joel Challis | 2024-09-02 04:48:17 +0200 |
|---|---|---|
| committer | GitHub | 2024-09-02 04:48:17 +0200 |
| commit | 3bd303f204a59ed950934f5da4c299a8be33b363 (patch) | |
| tree | 17ff660931b925909be4a75fba55bd67441bf2bb /builddefs/common_rules.mk | |
| parent | 096aca63c5d7789669d90ef5f128189be85b7a35 (diff) | |
Remove `arm_atsam` platform (#24337)
Diffstat (limited to 'builddefs/common_rules.mk')
| -rw-r--r-- | builddefs/common_rules.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/builddefs/common_rules.mk b/builddefs/common_rules.mk index cc7d5a76d3..e45063cfaf 100644 --- a/builddefs/common_rules.mk +++ b/builddefs/common_rules.mk @@ -58,10 +58,6 @@ endif #---------------- C Compiler Options ---------------- ifeq ($(strip $(LTO_ENABLE)), yes) - ifeq ($(PLATFORM),ARM_ATSAM) - $(info Enabling LTO on arm_atsam-targeting boards is known to have a high likelihood of failure.) - $(info If unsure, set LTO_ENABLE = no.) - endif CDEFS += -flto CDEFS += -DLTO_ENABLE endif |