From a8a9d2cbd4cb3f3cee3c55ebe81d08a6f948a0c5 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 18 Oct 2023 14:40:16 +0200 Subject: Issue #2281 - Force clobber Without a clobber, mozconfigure doesn't properly pick up the /std:c++17 or -std=gnu++17 compiler switches needed to put them into C++17 mode. --- CLOBBER | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLOBBER b/CLOBBER index 346b3dc7ee..0b54a80712 100644 --- a/CLOBBER +++ b/CLOBBER @@ -22,4 +22,4 @@ # changes to stick? As of bug 928195, this shouldn't be necessary! Please # don't change CLOBBER for WebIDL changes any more. -Removal of SIMD.js and associated scalar types requires CLOBBER. (Issue #2307) +Switching to C++17 requires CLOBBER to pick up compiler conf. (Issue #2281) -- cgit v1.2.3