Clang stack usage

This commit is contained in:
Kilian Hofmann 2025-09-29 11:41:16 +02:00
parent e27aee0f14
commit b266a82905
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -18,3 +18,5 @@ PackageSources/SimObjects/Airplanes/**/panel/*.wasm
EFB/efb.css EFB/efb.css
EFB/efb.js EFB/efb.js
EFB/efb.html EFB/efb.html
*.su

View File

@ -114,6 +114,7 @@
</BasicRuntimeChecks> </BasicRuntimeChecks>
<LanguageStandard>stdcpp14</LanguageStandard> <LanguageStandard>stdcpp14</LanguageStandard>
<MultiProcessorCompilation>true</MultiProcessorCompilation> <MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalOptions>/clang:-fstack-usage %(AdditionalOptions)</AdditionalOptions>
</ClCompile> </ClCompile>
<Link> <Link>
<SubSystem> <SubSystem>
@ -211,6 +212,7 @@ Powershell.exe -File .\copy-debug.ps1</Command>
<SupportJustMyCode> <SupportJustMyCode>
</SupportJustMyCode> </SupportJustMyCode>
<LanguageStandard>stdcpp14</LanguageStandard> <LanguageStandard>stdcpp14</LanguageStandard>
<AdditionalOptions>/clang:-fstack-usage %(AdditionalOptions)</AdditionalOptions>
</ClCompile> </ClCompile>
<Link> <Link>
<SubSystem> <SubSystem>