diff --git a/compiler/options.pas b/compiler/options.pas index fc58a2fddd..afb6c3316e 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -2230,7 +2230,7 @@ begin target_unsup_features:=[f_threading,f_commandargs,f_fileio,f_textio,f_consoleio,f_dynlibs]; system_i386_nativent: // until these features are implemented, they are disabled in the compiler - target_unsup_features:=[f_threading,f_processes,f_fileio,f_textio,f_consoleio,f_commandargs,f_stackcheck]; + target_unsup_features:=[f_stackcheck]; else target_unsup_features:=[]; end;