Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KTnef
Commits
91362e69
Commit
91362e69
authored
Jan 12, 2021
by
Laurent Montel
😁
Browse files
GIT_SILENT: add profile support
parent
25bf4a22
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakePresets.json
View file @
91362e69
...
@@ -39,6 +39,15 @@
...
@@ -39,6 +39,15 @@
"cacheVariables"
:
{
"cacheVariables"
:
{
"CMAKE_BUILD_TYPE"
:
"Release"
"CMAKE_BUILD_TYPE"
:
"Release"
}
}
},
{
"name"
:
"profile"
,
"displayName"
:
"profile"
,
"generator"
:
"Ninja"
,
"binaryDir"
:
"${sourceDir}/build-profile"
,
"cacheVariables"
:
{
"CMAKE_BUILD_TYPE"
:
"RelWithDebInfo"
}
}
}
]
]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment