diff --git a/patches/tinycc/CMakeLists.txt b/patches/tinycc/CMakeLists.txt index b1408786ed..2406261180 100644 --- a/patches/tinycc/CMakeLists.txt +++ b/patches/tinycc/CMakeLists.txt @@ -29,7 +29,6 @@ endif() if(CMAKE_C_COMPILER_ID MATCHES "GNU") add_compile_options( - -fheinous-gnu-extensions -Wno-string-plus-int -Wno-deprecated-declarations )