RobRich999 / Chromium_Clang

Chromium browser compiled with the Clang/LLVM compiler.
157 stars 10 forks source link

Ctrl-D with --disable-sync flag crashes app #39

Closed necros2k7 closed 5 months ago

necros2k7 commented 5 months ago

@RobRich999 subj

Alex313031 commented 5 months ago

@necros2k7 Sync is already disabled in his builds since he doesn't include API keys. No need for the cmdline flag.

RobRich999 commented 5 months ago

@necros2k7 Alex is correct. You can enable sync in builds by adding API keys to your environment variables, but otherwise, it is disabled by default. Toss the flag. ;)