6.6.9.10 -Wl,option
Pass option as an option to the linker. If option contains commas, it is split into multiple options at the commas. The option string should not contain spaces.
For example, to generate a map file, use -Wl,-Map=Project.map.
Pass option as an option to the linker. If option contains commas, it is split into multiple options at the commas. The option string should not contain spaces.
For example, to generate a map file, use -Wl,-Map=Project.map.