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

/QxHost, /heap-arrays, and some other flags seems are missing #143

Open
CRquantum opened this issue Jul 3, 2022 · 1 comment
Open

/QxHost, /heap-arrays, and some other flags seems are missing #143

CRquantum opened this issue Jul 3, 2022 · 1 comment

Comments

@CRquantum
Copy link

CRquantum commented Jul 3, 2022

Great project!
I am using Intel OneAPI + Visual Studio 2017, on Windows 10.
I tried

  1. cmake-converter -s xxx.sln
  2. cmake -S . -B build
  3. cmake --build build

However, it seems cmake-converter did not catch compile flags such as

/QxHost
/heap-arrays0

and some link flags such as

/STACK:2147483647,2147483647 
/LARGEADDRESSAWARE

It seems these flags are missing in the building stage.

I wonder am I missing something? Thanks much in advance!

@pavelliavonau
Copy link
Owner

Try
cmake-converter -w4 -s xxx.sln
For getting missing unprocessed xml nodes.
Check -h for available options.

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

No branches or pull requests

2 participants