Skip to content

Commit fc52442

Browse files
authored
build.opt heads up to user
Compiler command line changes from build.opt are shown to user
1 parent 02add35 commit fc52442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/mkbuildoptglobals.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def extract_create_build_opt_file(globals_h_fqfn, file_name, build_opt_fqfn):
303303
print_err(" Nesting issue for embedded build.opt block in " + file_name + ":" + str(line_no))
304304
build_opt_error = True
305305
else:
306+
print_msg("--- additional command-line option: " + line)
306307
build_opt.write(line + "\n")
307308
elif line.startswith(build_opt_signature):
308309
print_err(" build.opt signature block ignored, trailing character for embedded build.opt block in " + file_name + ":" + str(line_no))

0 commit comments

Comments
 (0)