mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 18:30:27 +02:00
The -ansi flag is used for C dialect selection and it is equivalent to -std=c90. Because it goes right before -std=gnu99 it is ignored as for conflicting flags GCC always uses the last one.