Skip to content

Commit 2f95e27

Browse files
committed
changed github action build type to release
1 parent a06d923 commit 2f95e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
11-
BUILD_TYPE: MinSizeRel
11+
BUILD_TYPE: RelWithDebInfo
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)