diff options
-rw-r--r-- | Meta/Lagom/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index 3653907adc..20c81cb3e0 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -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) |