Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2020-11-08 21:27:34 +0300
committerFormerLurker <hochgebe@gmail.com>2020-11-08 21:27:34 +0300
commit5eb4453aed430b3c5f336030c9a6eeb6e8ed18eb (patch)
treef23df828a2b018b66571d8404b933c5f2f940b12 /CMakeSettings.json
parent8bc8b43506c2601823cad652a33da84389381c99 (diff)
Code cleanup. Rename exe files for console and inverse processor app. Implement #15 and #16.
Diffstat (limited to 'CMakeSettings.json')
-rw-r--r--CMakeSettings.json12
1 files changed, 3 insertions, 9 deletions
diff --git a/CMakeSettings.json b/CMakeSettings.json
index 524aa3a..009eb97 100644
--- a/CMakeSettings.json
+++ b/CMakeSettings.json
@@ -3,7 +3,7 @@
{
"name": "x64-Release",
"generator": "Ninja",
- "configurationType": "RelWithDebInfo",
+ "configurationType": "Release",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
@@ -15,7 +15,7 @@
{
"name": "x86-Release",
"generator": "Ninja",
- "configurationType": "RelWithDebInfo",
+ "configurationType": "Release",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
@@ -43,13 +43,7 @@
"remoteCopyBuildOutput": false,
"remoteCopySourcesMethod": "rsync",
"addressSanitizerRuntimeFlags": "detect_leaks=0",
- "variables": [
- {
- "name": "CMAKE_BUILD_TYPE",
- "value": "RELEASE",
- "type": "STRING"
- }
- ]
+ "variables": []
}
]
} \ No newline at end of file