Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 2a8e37b

Browse files
committed
Update args for M100
1 parent d7dd23b commit 2a8e37b

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
Stable Chromium builds for Windows 32-bit, nothing fancy.
33

44
## General build configuration
5-
- Visual Studio 2019 v16.7.2 + SDK 10.0.19041.0
6-
- Propertiary codecs enabled
7-
- H.264 enabled
5+
- Visual Studio 2019 v16.11.11 + SDK 10.0.19041.0
6+
- Propertiary codecs and H.264 enabled
87
- Field trials disabled
98
- Channel unset (this allows for installing extensions outside Web Store)
10-
- thinLTO enabled
11-
- LLD enabled
129
- Official Build configuration
1310

1411
### Builds with sync

depot_tools/src/out/stable-nosync-x86/args.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ is_chrome_branded = false
2727
disable_fieldtrial_testing_config = true
2828
use_thin_lto = true
2929
use_lld = true
30-
enable_debugallocation = false
3130
enable_profiling = false

depot_tools/src/out/stable-sync-x86/args.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ is_chrome_branded = false
2424
disable_fieldtrial_testing_config = true
2525
use_thin_lto = true
2626
use_lld = true
27-
enable_debugallocation = false
2827
enable_profiling = false

0 commit comments

Comments
 (0)