mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 10:29:17 +02:00
istantfpc: help about -B
git-svn-id: trunk@19249 -
This commit is contained in:
parent
e10071da70
commit
604f9ba4b8
@ -71,6 +71,10 @@ begin
|
||||
writeln;
|
||||
writeln(' --skip-run');
|
||||
writeln(' Do not execute the program. Useful to test if script compiles.');
|
||||
writeln(' You probably want to combine it with -B.');
|
||||
writeln;
|
||||
writeln(' -B');
|
||||
writeln(' Always recompile.');
|
||||
Halt(0);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user