Fix SPM instructions for excluding FLEX from release builds#720
Fix SPM instructions for excluding FLEX from release builds#720robinkunde wants to merge 1 commit intoFLEXTool:masterfrom
Conversation
|
This seems like it would narrow the scope of what gets excluded. Is only one object file created? I thought each file got its own object file. Or are those instructions unique to SPM or something? |
|
Yes, this is unique to SPM. Build settings are not passed through to packages, so it has no impact there. If you use |
No description provided.