Skip to content

Commit

Permalink
Add gcc specific release option
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Apr 28, 2024
1 parent 4087968 commit 4b42633
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
"configurePreset": "default",
"configuration": "Release"
},
{
"name": "Release-gcc",
"configurePreset": "ninja-gcc",
"configuration": "Release"
},
{
"name": "Release-clang",
"configurePreset": "ninja-clang",
Expand Down

0 comments on commit 4b42633

Please sign in to comment.