Determines whether the compiler inlines functions declared with !DIR$ ATTRIBUTES FORCEINLINE.
Linux: | -finline -fno-inline |
Windows: | None |
None
-finline |
The compiler inlines functions declared with !DIR$ ATTRIBUTES FORCEINLINE. |
This option determines whether the compiler inlines functions declared with !DIR$ ATTRIBUTES FORCEINLINE.
If -fno-inline is specified, the compiler does not inline functions declared with !DIR$ ATTRIBUTES FORCEINLINE.
-fno-inline |
Linux:
-inline-level |