1
votes

I use Qt, clang and lld. Is there any way to generate .map in my case?
-Wl,-Map=output.map didn't work out for me.

Thanks in advance

1

1 Answers

1
votes

In a case if someone will face this problem.

$(LDFLAGS_MOD) -lm -Wl,-map,[email protected] $(LDFLAGS_EXTRA) 

helped me