Opened 14 years ago
Closed 14 years ago
#7416 closed defect (fixed)
Build: options specified in build profile overrule command line args
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | BuildSystem | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Right now you can specify build options as properties of the "dependencies" object in the build profile. Those options will take precedence over command line args. Command line args should always win.
This calls for adjustments in util/jslib/buildUtil.js, buildUtil.makeBuildOptions().
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | future → 1.3 |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [16085]) Fixes #7416. Allow command line build options to override ones in build profile.