SWDEV-278810 - Remove default addition of CXX Flags if file type is not recognized

Change-Id: I2b29f246d138b511d77f8e78f273795b4977313f
This commit is contained in:
Jatin Chaudhary
2021-03-26 13:57:46 -07:00
committed by Jatin Chaudhary
parent d4f347747b
commit e2425ba34d
-2
View File
@@ -563,8 +563,6 @@ foreach $arg (@ARGV)
$needCFLAGS = 1;
} elsif ($hasCXX) {
$needCXXFLAGS = 1;
} else {
$needCXXFLAGS = 1;
}
push (@inputs, $arg);
#print "I: <$arg>\n";