mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
AK+Meta: Remove unused AUTOCOMPLETE_DEBUG flag
This commit is contained in:
parent
ca920ba082
commit
1455604b13
Notes:
sideshowbarker
2024-07-18 09:11:53 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/1455604b138 Pull-request: https://github.com/SerenityOS/serenity/pull/8675 Reviewed-by: https://github.com/gunnarbeutner ✅
2 changed files with 0 additions and 5 deletions
|
@ -6,10 +6,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifndef AUTOCOMPLETE_DEBUG
|
||||
#cmakedefine01 AUTOCOMPLETE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef AWAVLOADER_DEBUG
|
||||
#cmakedefine01 AWAVLOADER_DEBUG
|
||||
#endif
|
||||
|
|
|
@ -3,7 +3,6 @@ set(AHCI_DEBUG ON)
|
|||
set(APIC_DEBUG ON)
|
||||
set(APIC_SMP_DEBUG ON)
|
||||
set(ARP_DEBUG ON)
|
||||
set(AUTOCOMPLETE_DEBUG ON)
|
||||
set(AWAVLOADER_DEBUG ON)
|
||||
set(AFLACLOADER_DEBUG ON)
|
||||
set(BACKTRACE_DEBUG ON)
|
||||
|
|
Loading…
Reference in a new issue