SWDEV-278810 - Remove default addition of CXX Flags if file type is not recognized
Change-Id: I2b29f246d138b511d77f8e78f273795b4977313f
[ROCm/clr commit: 8e9e8f40e4]
This commit is contained in:
committed by
Jatin Chaudhary
parent
47a6267c7c
commit
a3df8ee846
@@ -563,8 +563,6 @@ foreach $arg (@ARGV)
|
|||||||
$needCFLAGS = 1;
|
$needCFLAGS = 1;
|
||||||
} elsif ($hasCXX) {
|
} elsif ($hasCXX) {
|
||||||
$needCXXFLAGS = 1;
|
$needCXXFLAGS = 1;
|
||||||
} else {
|
|
||||||
$needCXXFLAGS = 1;
|
|
||||||
}
|
}
|
||||||
push (@inputs, $arg);
|
push (@inputs, $arg);
|
||||||
#print "I: <$arg>\n";
|
#print "I: <$arg>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user