checkasm: Improve DSP trimming error message

This commit is contained in:
Henrik Gramner 2023-11-01 12:34:33 +01:00 committed by Henrik Gramner
parent 611abc20db
commit d2ee43892b
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ int main(int argc, char *argv[]) {
}
#if TRIM_DSP_FUNCTIONS
fprintf(stderr, "checkasm: reference functions unavailable\n");
fprintf(stderr, "checkasm: reference functions unavailable, reconfigure using '-Dtrim_dsp=false'\n");
return 0;
#endif