Remove usage of deprecated command-line flags in eld#1306
Open
Steven Ramirez Rosa (Steven6798) wants to merge 1 commit into
Open
Remove usage of deprecated command-line flags in eld#1306Steven Ramirez Rosa (Steven6798) wants to merge 1 commit into
Steven Ramirez Rosa (Steven6798) wants to merge 1 commit into
Conversation
99d7c1d to
263b000
Compare
Shankar Easwaran (quic-seaswara)
requested changes
Jun 19, 2026
Shankar Easwaran (quic-seaswara)
left a comment
Contributor
There was a problem hiding this comment.
Can we continue to keep this as -MapStyle instead of --MapStyle similar to -shared/-static etc.
This way the diff will be smaller.
Contributor
Author
Of course. I'll update the patch. Do you want me to change any other flag? |
Shankar Easwaran (quic-seaswara)
requested changes
Jun 19, 2026
Update the codebase to stop using deprecated command-line flags and switch entirely to their canonical forms. This removes internal reliance on deprecated flags and ensures no further changes are needed when they are eventually removed. Fix: qualcomm#1221 Signed-off-by: Steven Ramirez Rosa <ramirezr@qti.qualcomm.com>
263b000 to
ff5e712
Compare
Parth (parth-07)
approved these changes
Jun 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the codebase to stop using deprecated command-line flags and switch entirely to their canonical forms. This removes internal reliance on deprecated flags and ensures no further changes are needed when they are eventually removed.
Fix: #1221