mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 20:30:55 +02:00
* compilation fixed with -Oodfa
This commit is contained in:
parent
30cb20bccd
commit
2b0317f400
@ -1453,8 +1453,7 @@ begin
|
||||
'--config $OUTPUT/sdkconfig --fragments';
|
||||
|
||||
{ Pick corresponding linker fragments list for SDK version }
|
||||
if (current_settings.controllertype = ct_esp32c3) then
|
||||
idf_index:=esp32c3_v5_0;
|
||||
idf_index:=esp32c3_v5_0;
|
||||
|
||||
for S in esp_fragment_list[idf_index] do
|
||||
cmdstr:=cmdstr+' $IDF_PATH/components/'+S+'.lf';
|
||||
|
Loading…
Reference in New Issue
Block a user