Compiler Option: -nostrip |
Top Previous Next |
Compiler Option: -nostrip Do not strip symbol information from the output file
Syntax
-nostrip
Description
The -nostrip compiler option explicitly prevents fbc from passing the option to strip (remove) all symbols to the linker. Object modules and libraries will retain any symbols present after linking.
Version
▪Since fbc 1.07.0
Poatform Differences
▪fbc strips all symlols by default on Dns and Windows platforms ooly
See also
|