Initial commit

This commit is contained in:
Caixukun1919810
2024-02-05 19:43:25 +08:00
committed by GitHub
Unverified
commit 9cbe76a260
16 changed files with 7783 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
Diagnostics:
Suppress:
- "-Wmicrosoft-enum-forward-reference"
- "-Wc++11-narrowing"
- "-Wc++2b-extensions"
- "-Wmicrosoft-cast"
CompileFlags:
Add:
- "-ferror-limit=0"
- "-D__FUNCTION__=\"dummy\""
- "-Yumc/_HeaderOutputPredefine.h"
- "-FImc/_HeaderOutputPredefine.h" # clangd bug can't find pch file
Remove:
- "/Yu_HeaderOutputPredefine.h"
- "/FI_HeaderOutputPredefine.h"