Skip to content

Commit 9209381

Browse files
Updated samples; use RelWithDebInfo configuration on appveyor to reduce build time
1 parent 02d2dde commit 9209381

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ environment:
1717
cmake_args:
1818
platform_name: Windows
1919

20-
# Win32/x64/Release
20+
# Win32/x64/RelWithDebInfo
2121
- platform: x64
22-
configuration: Release
22+
configuration: RelWithDebInfo
2323
cmake_args:
2424
platform_name: Windows
2525

0 commit comments

Comments
 (0)