Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Sep 20, 2024
1 parent 018f6c3 commit 3031a17
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "linux_gcc_release",
"displayName": "linux gcc release",
"generator": "Ninja",
"generator": "Unix Makefiles",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_C_FLAGS": "-DNDEBUG -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -O3 -pipe",
Expand All @@ -27,7 +27,7 @@
{
"name": "linux_gcc_debug",
"displayName": "linux gcc debug",
"generator": "Ninja",
"generator": "Unix Makefiles",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_C_FLAGS": "-ggdb3 -O0",
Expand All @@ -45,7 +45,7 @@
{
"name": "linux_gcc_release_asan",
"displayName": "linux gcc release asan",
"generator": "Ninja",
"generator": "Unix Makefiles",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_C_FLAGS": "-DNDEBUG -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -O3 -pipe -fsanitize=address",
Expand All @@ -63,7 +63,7 @@
{
"name": "linux_gcc_debug_asan",
"displayName": "linux gcc debug asan",
"generator": "Ninja",
"generator": "Unix Makefiles",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_C_FLAGS": "-ggdb3 -O0 -fsanitize=address",
Expand All @@ -81,7 +81,7 @@
{
"name": "linux_clang_debug",
"displayName": "linux clang debug",
"generator": "Ninja",
"generator": "Unix Makefiles",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_C_FLAGS": "-ggdb3 -O0",
Expand All @@ -99,7 +99,7 @@
{
"name": "linux_clang_debug_asan",
"displayName": "linux clang debug asan",
"generator": "Ninja",
"generator": "Unix Makefiles",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_C_FLAGS": "-ggdb3 -O0 -fsanitize=address",
Expand All @@ -117,7 +117,7 @@
{
"name": "linux_clang_debug_cov",
"displayName": "linux clang debug cov",
"generator": "Ninja",
"generator": "Unix Makefiles",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_C_FLAGS": "-ggdb3 -O0 -fprofile-instr-generate -fcoverage-mapping",
Expand Down

0 comments on commit 3031a17

Please sign in to comment.