Bug 1445 - When build with "-d release", don't suffix "-release"
When build with "-d release", don't suffix "-release"
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
pre-release
All All
: P5 normal
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-13 09:47 UTC by YunQiang Su
Modified: 2012-07-12 07:36 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description YunQiang Su 2012-06-13 09:47:16 UTC
Currently, we suffix "-release" "-debug" "-optimized" in file name of shared objects.

Suffix "-debug" and "-optimized" may be a great idea, while "-release" may not be.
Comment 1 Gustavo J. A. M. Carneiro 2012-06-13 10:31:43 UTC
I'm kind of neutral about this.  As long as parallel install of different build types remains possible, why not.  Vedran, any thoughts?
Comment 2 Vedran Miletić 2012-06-13 11:06:39 UTC
No strong opion either. Dropping "-release" is OK with me.
Comment 3 Gustavo J. A. M. Carneiro 2012-07-12 07:36:31 UTC
changeset:   8894:90d67c5e8255
tag:         tip
user:        Gustavo J. A. M. Carneiro  <gjc@inescporto.pt>
date:        Thu Jul 12 12:35:31 2012 +0100
summary:     Bug 1445 - When build with "-d release", don't suffix "-release"