Skip to content

Commit

Permalink
task.json change
Browse files Browse the repository at this point in the history
  • Loading branch information
xm799 committed Oct 13, 2022
1 parent 33bf0c5 commit 8c8ec91
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@
"customOptions": [
"-dLCL",
"-dLCLUTILS",
"-MObjFPC"
// "-Scaghi",
// "-CirotR",
// "-l",
// "-Xs",
// "-CX",
// "-XX",
//"-vewnhibq"
"-MObjFPC",
"-Scaghi",
"-CirotR",
"-l",
"-Xs",
"-CX",
"-XX",
"-vewnhibq"
]
}
},
Expand All @@ -159,6 +159,9 @@
"targetCPU": "i386",
"targetOS": "win32",
"outputFile": "../fpctoolkit/bin/win32/pasls.exe",
"searchPath": [
"C:/Lazarus/components/codetools"
],
"customOptions": [
"-FuC:/lazarus/components/codetools/units/i386-win32"
]
Expand Down

0 comments on commit 8c8ec91

Please sign in to comment.