Do FB apply checking into compiled EXE ?

New to FreeBASIC? Post your questions here.
Post Reply
Emulog
Posts: 24
Joined: Jan 12, 2023 0:44

Do FB apply checking into compiled EXE ?

Post by Emulog »

Ive migrated from QB64 to FB, and cant find an analogue to $Checking :OFF in FB
Originally it removes much of slowdown checks from EXE and improve speed considerably up to 15-40%
Is there any in FB ?
Xusinboy Bekchanov
Posts: 783
Joined: Jul 26, 2018 18:28

Re: Do FB apply checking into compiled EXE ?

Post by Xusinboy Bekchanov »

Emulog wrote: Jan 12, 2023 2:27 Ive migrated from QB64 to FB, and cant find an analogue to $Checking :OFF in FB
Originally it removes much of slowdown checks from EXE and improve speed considerably up to 15-40%
Is there any in FB ?
There is a compiler option:
https://www.freebasic.net/wiki/CompilerOptexx
Emulog
Posts: 24
Joined: Jan 12, 2023 0:44

Re: Do FB apply checking into compiled EXE ?

Post by Emulog »

Ive made conclusion that by default is applied not, while catching some hangs :D
And yes, options list say exactly that. Thank you.
Post Reply