Comparison QB64 compiled with gcc optimizations and without
#60
(08-31-2022, 09:30 PM)Coolman Wrote: note that the binaries created by this version are always seen as shared libraries under linux with the dolphin file browser. i think it's a forgotten option in the command line of the compilation.

to solve the problem :

Options / C++ Compiler Settings

in the field C++ Compiler Flags I had the value -O3, I added -no-pie, which gives :

-O3 -no-pie or only -no-pie if you don't want to use the O3 optimized compilation.
Reply


Messages In This Thread
RE: Comparison QB64 compiled with Ofast and without - by Coolman - 09-02-2022, 05:24 PM



Users browsing this thread: 31 Guest(s)