diff options
author | Moonchild <moonchild@palemoon.org> | 2023-10-18 14:40:16 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-11-05 13:16:51 +0100 |
commit | a8a9d2cbd4cb3f3cee3c55ebe81d08a6f948a0c5 (patch) | |
tree | e7ee7584870192345c63529de37a1f7eedf16224 /CLOBBER | |
parent | c87116b33267a8df388ca3652d211b7f8254a98d (diff) | |
download | uxp-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.
Diffstat (limited to 'CLOBBER')
-rw-r--r-- | CLOBBER | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |