diff --git a/deno.changes b/deno.changes index 15028c7..b3c5fdb 100644 --- a/deno.changes +++ b/deno.changes @@ -24,6 +24,7 @@ Thu Aug 25 17:16:30 UTC 2022 - Avindra Goolcharan * perf(runtime): optimize Deno.file open & stream (#15496) * perf: cache swc dependency analysis and don't hold onto ParsedSources in memory (#15502) * perf: improve performance.now (#15481) +- remove fix-cflags.patch (fix in upstream) ------------------------------------------------------------------- Mon Aug 15 18:13:56 UTC 2022 - Avindra Goolcharan diff --git a/deno.spec b/deno.spec index 6f5996b..833c3a3 100644 --- a/deno.spec +++ b/deno.spec @@ -54,7 +54,7 @@ a linter, a language server protocol, a code formatter and a unit test runner. Remote code is fetched and cached on first execution, and only -updated with the --reload flag. +UPDATED With the --reload flag. %prep %autosetup -a1 -p1 diff --git a/fix-cflags.patch b/fix-cflags.patch deleted file mode 100644 index ec533e3..0000000 --- a/fix-cflags.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/vendor/v8/build/config/compiler/BUILD.gn b/vendor/v8/build/config/compiler/BUILD.gn -index 9cdafb2..211684c 100644 ---- a/vendor/v8/build/config/compiler/BUILD.gn -+++ b/vendor/v8/build/config/compiler/BUILD.gn -@@ -1564,16 +1564,6 @@ config("default_warnings") { - cflags += [ "-Wno-unqualified-std-cast-call" ] - } - -- if (!is_nacl && !(is_chromeos || -- default_toolchain == "//build/toolchain/cros:target") && -- clang_major_version >= 15) { -- # TODO(https://crbug.com/1316298): Re-enable once test failure is figured out -- cflags += [ -- "-Xclang", -- "-no-opaque-pointers", -- ] -- } -- - if (is_fuchsia) { - # TODO(https://bugs.chromium.org/p/fuchsia/issues/detail?id=77383) - cflags += [ "-Wno-deprecated-copy" ]