Closed Bug 1615204 Opened 4 years ago Closed 4 years ago

Remove some MSVC-only compiler flags

Categories

(Firefox Build System :: General, task)

task
Not set
normal

Tracking

(firefox75 fixed)

RESOLVED FIXED
mozilla75
Tracking Status
firefox75 --- fixed

People

(Reporter: glandium, Assigned: glandium)

Details

Attachments

(1 file)

No description provided.
  • -NOLOGO is used to hide the banner that MSVC displays by default. It's
    a no-op with clang-cl, no need to keep it now that we don't support
    MSVC.

  • -utf-8 is only passed when the compiler is not GCC-ish and not
    clang-cl, which used to mean MSVC, but now means no compiler.

Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/897edff1ee42
Remove some MSVC-only compiler flags. r=dmajor
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: