Open
Bug 1383608
Opened 8 years ago
Updated 2 years ago
ignoring unknown option '-mpclmul' and '-maes' when building on MSVC
Categories
(NSS :: Libraries, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: m_kato, Unassigned)
References
Details
When building NSS on m-c for MSVC, a lot of warning is outputted.
3:22.55 cl : Command line warning D9002 : ignoring unknown option '-mpclmul'
3:22.55 cl : Command line warning D9002 : ignoring unknown option '-maes'
This is added by bug 868948. This is gcc build flags and it is unnecessary on MSVC build
Comment 1•8 years ago
|
||
They are necessary for clang-cl builds. Since MSVC happily ignores them I didn't see a reason to remove them there. If the warnings are too much we might be able to do something about it.
Updated•8 years ago
|
Priority: -- → P3
Comment 2•7 years ago
|
||
IMO, feeding known-incorrect compiler flags to a compiler isn't something you should be doing. If MSVC stops "happily ignoring them" then you're in trouble.
The warnings are serious enough to draw attention, at the very least, or I wouldn't be here after updating my lib ;)
Updated•7 years ago
|
Version: trunk → 3.32
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•