Skip to content

Commit d665e29

Browse files
committed
set config release cmake for unix builds
1 parent 978282b commit d665e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Build Artifact
1414
- uses: actions/checkout@master
1515
- name: configure
16-
run: cmake .
16+
run: cmake . -DCMAKE_BUILD_TYPE=RELEASE
1717
- if: startsWith(matrix.os,'ubuntu') || startsWith(matrix.os,'macOS')
1818
name: make
1919
run: make

0 commit comments

Comments
 (0)