mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
Meta: Re-enable warnings for deprecated copies also for Lagom
This commit is contained in:
parent
0321034c87
commit
6d99b7b72e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ endif()
|
|||
|
||||
include(wasm_spec_tests)
|
||||
|
||||
add_compile_options(-Wno-unknown-warning-option -Wno-literal-suffix -Wno-deprecated-copy)
|
||||
add_compile_options(-Wno-unknown-warning-option -Wno-literal-suffix)
|
||||
add_compile_options(-O2)
|
||||
add_compile_options(-Wall -Wextra -Werror)
|
||||
add_compile_options(-fPIC -g)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue