Skip to content

Add missing linux flags and one missing for windows #3245

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

michalkulakowski
Copy link
Collaborator

@michalkulakowski michalkulakowski commented Apr 17, 2025

🛠 Summary

CVS-162118

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

@michalkulakowski michalkulakowski force-pushed the mkulakow/add_linux_build_flags branch from b4352a3 to 67538c7 Compare April 17, 2025 07:26
@@ -215,14 +215,6 @@ build:windows --host_copt=-DNOGDI
build:windows --copt=/Zc:preprocessor
build:windows --host_copt=/Zc:preprocessor

# Misc build options we need for windows.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why they are not needed anymore? @rasapala why they were added earlier?

# ov::Tensor::data method call results in deprecated warning and we use it in multiple places
"-Wno-deprecated-declarations",
"-Werror",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did we run some performance test to confirm no impact on benchmarks?

@michalkulakowski michalkulakowski force-pushed the mkulakow/add_linux_build_flags branch from f619f89 to ed97c5f Compare May 14, 2025 15:41
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.

2 participants