diff options
Diffstat (limited to 'src/scripts/ci_build.py')
-rwxr-xr-x | src/scripts/ci_build.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scripts/ci_build.py b/src/scripts/ci_build.py index d10fc173b..99dc343db 100755 --- a/src/scripts/ci_build.py +++ b/src/scripts/ci_build.py @@ -86,9 +86,6 @@ def determine_flags(target, target_os, target_cpu, target_cc, cc_bin, # Arbitrarily test amalgamation with the static lib builds flags += ['--amalgamation'] - if target_cc == 'msvc': - flags += ['--single-amalgamation-file'] - if target in ['bsi', 'nist']: # Arbitrarily test disable static on module policy builds # tls is optional for bsi/nist but add it so verify tests work with these minimized configs |