diff --git a/CMakeLists.txt b/CMakeLists.txt index 1810749..33efbce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.18) project(PokemonScriptTester) set(CMAKE_CXX_STANDARD 20) -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror") - option(WINDOWS "Whether the build target is Windows or not." OFF) set(STATICC TRUE)