Search notes:

Oracle PL/SQL: Compilation

ALTER … COMPILE …

Referred to by Oracle's documentation as function compile clause.
ALTER [FUNCTION|PROCEDURE|PACKAGE] … COMPILE …

… [DEBUG] …

… [parameter=value]

… [REUSE SETTINGS]
;
The init parameters that can be changed are:

See also

Conditional compilation

Index