Simfactory: intel optionlists with rdynamic option

Issue #1555 new
Bruno Mundim created an issue

Hi,

While reviewing some options in my config file I noticed that the -rdynamic gcc option for the linker is applied also to the intel compiler option lists in symfactory. However there seems to have no such an option when using icc or icpc. Wouldn't be better then to pass this option as --export-dynamic directly to the linker ld instead? Maybe as follows:

LDFLAGS = -Wl,--export-dynamic -Wl,-rpath,/path/to/whatever

instead of

LDFLAGS = -rdynamic -Wl,-rpath,/path/to/whatever

Thanks, Bruno.

Keyword:

Comments (3)

  1. Frank Löffler
    • removed milestone
    • removed comment

    Removing release milestone, because this might not be an issue after all. Consider closing ticket if no one is interested.

  2. Log in to comment