Skip to content

Commit

Permalink
3rd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
FAlbertDev committed Aug 8, 2024
1 parent 44f5391 commit 87208d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/ci_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def sanitize_kv(some_string):
'--link-method=symlink',
'--enable-experimental-features',
# '--debug',
'--with-debug-info', '--msvc-runtime=MD']
'--debug-mode', '--msvc-runtime=MDd']

if target in ['shared', 'static']:
install_prefix = tempfile.mkdtemp(prefix='botan-install-')
Expand Down

0 comments on commit 87208d8

Please sign in to comment.