Forgot vs settings too (ノ_<。)

This commit is contained in:
Alex
2022-11-14 14:55:45 +02:00
parent 21152fad1e
commit 6d11b62fd8
2 changed files with 4 additions and 4 deletions

View File

@ -16,11 +16,11 @@
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "gcc-x86",
"intelliSenseMode": "gcc-x64",
"configurationProvider": "ms-vscode.makefile-tools",
"compilerArgs": [
"-m32",
//"-mcmodel=kernel", /* 64-bit only */
// "-m32",
"-mcmodel=kernel", /* 64-bit only */
"-fno-rtti",
"-fexceptions",
"-fno-pic",