Skip to content

Commit 6dcdbc5

Browse files
committed
fixup! ci: Test CMake edge cases
1 parent b8353cd commit 6dcdbc5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Whitespace-only changes.

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
triplet: 'x86_64-w64-mingw32'
271271
packages: 'g++-mingw-w64-x86-64-posix'
272272
depends_options: 'DEBUG=1'
273-
configure_options: '-DCMAKE_BUILD_TYPE=Debug'
273+
configure_options: '-DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS_DEBUG="-O1 -g"'
274274
cache_suffix: '-debug'
275275
exe_extension: '.exe'
276276

0 commit comments

Comments
 (0)