Open
Bug 1432969
Opened 7 years ago
Updated 2 years ago
CXX deduction doesn't preserve flags
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: glandium, Unassigned)
Details
$ ./mach configure CC="clang-5.0 -fsanitize=undefined"
(...)
0:04.30 checking whether the C compiler (/usr/bin/clang-5.0 -fsanitize=undefined -std=gnu99 ) works... yes
(...)
0:04.43 checking whether the C++ compiler (/usr/bin/clang++-5.0 -std=gnu++14 ) works... yes
clang++-5.0 is properly derived from clang-5.0, but the flags aren't preserved.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•