Changes between Version 1 and Version 2 of Ticket #67552, comment 2


Ignore:
Timestamp:
Jun 3, 2023, 9:22:24 PM (12 months ago)
Author:
rarufu (Ralf Peter)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67552, comment 2

    v1 v2  
    11Hello Ryan,
    22
    3 I have experimented somewhat with the issue. I compiled the source from GitHub with the Makefile which comes with it. The resulting binary also crashes. But then I used the the -DNOJIT option in the Makefile, as recommended in the readme.txt for non x86/x86-64 architectures. The resulting binary does NOT crash anymore.
     3I have experimented somewhat with the issue. I compiled the source from GitHub with the Makefile which comes with it. The resulting binary also crashes. But then I used the the {{{-DNOJIT}}} option in the Makefile, as recommended in the readme.txt for non x86/x86-64 architectures. The resulting binary does NOT crash anymore.
    44
    55Third line in my Makefile: {{{CPPFLAGS+=-DNOJIT}}}