Removed '-fdata-sections' compiler directive, breaking binaries with GCC < 10.0.0

replace/c3e8759a1fd3aab82ec845ab5e39821609f2746b
Silvano Seva 2021-01-23 22:13:18 +01:00
rodzic 0608176342
commit 0a620aa99b
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,6 @@ c_args = [
'-mthumb', # ARM Thumb2 ISA
'-mfloat-abi=hard', # Hard floating point support
'-mfpu=fpv4-sp-d16',
'-fdata-sections',
'-ffunction-sections',
'-Os'
]