|
@@ -427,6 +427,9 @@ Type TBuildManager Extends TCallback
|
|
|
If opt_coverage Then
|
|
|
sb.Append(" -cov")
|
|
|
End If
|
|
|
+ If opt_no_auto_superstrict Then
|
|
|
+ sb.Append(" -nas")
|
|
|
+ End If
|
|
|
End If
|
|
|
|
|
|
source.cc_opts :+ cc_opts
|
|
@@ -1375,6 +1378,9 @@ Type TBuildManager Extends TCallback
|
|
|
If opt_coverage Then
|
|
|
sb.Append(" -cov")
|
|
|
End If
|
|
|
+ If opt_no_auto_superstrict Then
|
|
|
+ sb.Append(" -nas")
|
|
|
+ End If
|
|
|
End If
|
|
|
|
|
|
source.bcc_opts = sb.ToString()
|