mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 10:37:34 +00:00
Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every file
This commit is contained in:
parent
269c25e1d2
commit
8fe846eb7f
22 changed files with 2 additions and 46 deletions
|
@ -66,6 +66,7 @@ else()
|
|||
set(SERENITY_SOURCE_DIR "${SERENITY_PROJECT_ROOT}")
|
||||
endif()
|
||||
|
||||
add_compile_options(-DAK_DONT_REPLACE_STD)
|
||||
add_compile_options(-Wno-expansion-to-defined)
|
||||
add_compile_options(-Wno-user-defined-literals)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue