Clarify that sym files still need to be deleted when adding defaults.h.

The old wording made it sound like it applied only to .sym files generated by an old version of ORCA/C, but that is not the case.
This commit is contained in:
Stephen Heumann 2022-02-06 19:06:51 -06:00
parent 5f03dee66a
commit 9cdf199c3a
1 changed files with 1 additions and 1 deletions

View File

@ -1197,7 +1197,7 @@ The only differences are that the file doesn't have to exist (and if it doesn't
You can put absolutely anything you like in this file. The intent is to use it for pragmas or other preprocessor directives that you would like to become defaults for all of your programs, but there is no restriction that prevents you from putting other things in the file.
WARNING: If you add a defaults.h file, be sure and delete all .sym files. .sym files are created by the compiler to make recompiling programs faster. They need to be recreated with the new information from the defaults.h file, but the compiler will not notice the presence of the defaults.h file if it is compiling a .sym file created with a previous version of the compiler.
WARNING: If you add a defaults.h file, be sure and delete all .sym files. .sym files are created by the compiler to make recompiling programs faster. They need to be recreated with the new information from the defaults.h file, but the compiler will not notice the presence of the defaults.h file if it is using a .sym file created when the defaults.h file did not exist.
// Comments