summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-10-18 14:40:16 +0200
committerMoonchild <moonchild@palemoon.org>2023-11-05 13:16:51 +0100
commita8a9d2cbd4cb3f3cee3c55ebe81d08a6f948a0c5 (patch)
treee7ee7584870192345c63529de37a1f7eedf16224
parentc87116b33267a8df388ca3652d211b7f8254a98d (diff)
downloaduxp-a8a9d2cbd4cb3f3cee3c55ebe81d08a6f948a0c5.tar.gz
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.
-rw-r--r--CLOBBER2
1 files changed, 1 insertions, 1 deletions
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)