Skip to content

Commit cc31258

Browse files
committed
Change workflow flags
1 parent dd045fd commit cc31258

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
sudo apt-get install -y meson ninja-build build-essential
1717
- name: Build
1818
run: |
19-
meson build
19+
meson build --optimization 3 -Db_ndebug=true --warnlevel 3 --werror
2020
ninja -C build
21+
strip -s build/oicompare
2122
- name: Build sioworkers box
2223
run: |
2324
mkdir -p oicompare-sandbox/bin

0 commit comments

Comments
 (0)