mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Set dcheck_always_on=false for cef_sandbox Release builds (fixes issue #3302)
This commit is contained in:
		@@ -503,6 +503,10 @@ def GetConfigArgsSandbox(platform, args, is_debug, cpu):
 | 
			
		||||
    # Allow non-component Debug builds for the sandbox.
 | 
			
		||||
    add_args['forbid_non_component_debug_builds'] = False
 | 
			
		||||
 | 
			
		||||
  if not is_debug:
 | 
			
		||||
    # Disable DCHECKs in Release builds.
 | 
			
		||||
    add_args['dcheck_always_on'] = False
 | 
			
		||||
 | 
			
		||||
  result = MergeDicts(args, add_args, {
 | 
			
		||||
      'is_debug': is_debug,
 | 
			
		||||
      'target_cpu': cpu,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user