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

add assemblyDebug for vs2017 #1359

Merged
merged 1 commit into from
Nov 1, 2019
Merged

add assemblyDebug for vs2017 #1359

merged 1 commit into from
Nov 1, 2019

Conversation

tbasnoopy
Copy link
Contributor

What does this PR do?

I missed the "assemblyDebug" option for vcxprojects. This pull request introduces the keyword, generation and tests.

What is AssemblyDebug (Quote from VS2017):
/ASSEMBLYDEBUG emits the DebuggableAttribute attribute with debug information tracking and disables JIT optimizations.
https://docs.microsoft.com/de-de/cpp/build/reference/assemblydebug-add-debuggableattribute?view=vs-2019

How does this PR change Premake's behavior?

Nothing existing should change. It only adds another option.

@starkos starkos merged commit bd70a11 into premake:master Nov 1, 2019
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.

3 participants