Hi Champs,
is the --gen_func_subsections Compiler option also effective on Libraries written in assembly?
Let's assume I have an .asm file containing multiple functions the forms a single library. If I'm calling a single function out of that library I'm finding all of the functions in the .out file although I'm using the --gen_func_subsections option. Is that expected?
How can I avoid that all functions are included? Do I really need to manually split into individual .asm files per function?
Thanks and kind regards,
one and zero