mirror of
https://github.com/CPunch/Laika.git
synced 2026-03-03 18:10:03 +00:00
Forced inlining for both GCC/clang & MSVC
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -30,7 +30,10 @@
|
||||
"alloca.h": "c",
|
||||
"bot.h": "c",
|
||||
"string_view": "c",
|
||||
"lconfig.h": "c"
|
||||
"lconfig.h": "c",
|
||||
"inttypes.h": "c",
|
||||
"time.h": "c",
|
||||
"features.h": "c"
|
||||
},
|
||||
"cSpell.words": [
|
||||
"cnc's",
|
||||
|
||||
Reference in New Issue
Block a user