mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
More work on the Spell-Checker (SpartanJ/ecode#515).
Spell-Checked a lot of code.
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
"eepp-linux": {
|
||||
"build": [
|
||||
{
|
||||
"args": "--disable-static-build --with-text-shaper --with-debug-symbols --with-mold-linker gmake",
|
||||
"args": "--disable-static-build --with-text-shaper --with-debug-symbols --with-mold-linker --address-sanitizer gmake",
|
||||
"command": "premake4",
|
||||
"working_dir": "${project_root}"
|
||||
},
|
||||
@@ -300,6 +300,12 @@
|
||||
"command": "${project_root}/bin/eepp-fonts-debug",
|
||||
"name": "eepp-fonts-debug",
|
||||
"working_dir": "${project_root}/bin"
|
||||
},
|
||||
{
|
||||
"args": "",
|
||||
"command": "${project_root}/bin/eterm-debug",
|
||||
"name": "eterm-debug",
|
||||
"working_dir": "${project_root}/bin"
|
||||
}
|
||||
],
|
||||
"var": {
|
||||
|
||||
Reference in New Issue
Block a user