Skip to content

Commit

Permalink
build: fix preset release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed Jun 6, 2024
1 parent 3d7bfd9 commit 873c667
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"LLAMA_NATIVE": "OFF",
"LLAMA_VULKAN": "ON",
"CMAKE_BUILD_TYPE": "Debug"
"CMAKE_BUILD_TYPE": "Release"
}
},
{
Expand All @@ -46,7 +46,7 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"LLAMA_NATIVE": "OFF",
"LLAMA_VULKAN": "OFF",
"CMAKE_BUILD_TYPE": "Debug"
"CMAKE_BUILD_TYPE": "Release"
}
},
{
Expand All @@ -66,7 +66,7 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"LLAMA_NATIVE": "OFF",
"LLAMA_VULKAN": "ON",
"CMAKE_BUILD_TYPE": "Debug"
"CMAKE_BUILD_TYPE": "Release"
}
},
{
Expand All @@ -86,7 +86,7 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"LLAMA_NATIVE": "OFF",
"LLAMA_VULKAN": "OFF",
"CMAKE_BUILD_TYPE": "Debug"
"CMAKE_BUILD_TYPE": "Release"
}
},
{
Expand Down

0 comments on commit 873c667

Please sign in to comment.