mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Remove debug code in the YCM config file
This commit is contained in:
committed by
Andreas Kling
parent
e20756f9f7
commit
084fad2aca
@@ -115,10 +115,6 @@ def Settings(**kwargs):
|
|||||||
final_flags = [flag for flag in compilation_info.compiler_flags_ if not startswith_any(flag, ignored_flags)]
|
final_flags = [flag for flag in compilation_info.compiler_flags_ if not startswith_any(flag, ignored_flags)]
|
||||||
final_flags.extend(serenity_flags)
|
final_flags.extend(serenity_flags)
|
||||||
|
|
||||||
with open('/tmp/x', 'w') as fp:
|
|
||||||
import json
|
|
||||||
json.dump(final_flags, fp)
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'flags': final_flags,
|
'flags': final_flags,
|
||||||
'include_paths_relative_to_dir': DIR_OF_THIS_SCRIPT,
|
'include_paths_relative_to_dir': DIR_OF_THIS_SCRIPT,
|
||||||
|
|||||||
Reference in New Issue
Block a user