Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix egrep warnings. JB#61658 #50

Merged
merged 2 commits into from Mar 1, 2024
Merged

Fix egrep warnings. JB#61658 #50

merged 2 commits into from Mar 1, 2024

Conversation

pvuorela
Copy link
Contributor

@pvuorela pvuorela commented Mar 1, 2024

Egrep is now complaining on being obsolescent so replace that with grep -E.

Removed some pointless compiler flags too.

Don't see a point in compling the PIC or hiding symbols for anything
else than the normal library. Also c++11 is already the default by Qt.
Egrep obsolete and it tells to use grep -E
@pvuorela pvuorela merged commit cf4f108 into master Mar 1, 2024
@mlehtima mlehtima deleted the egrep_warnings branch April 22, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants