codon icon indicating copy to clipboard operation
codon copied to clipboard

Fix ABI incompatibilities

Open inumanag opened this issue 3 years ago • 0 comments

  • [x] setup.py on Linux should detect the correct ABI version of libcodonc.so and pass the proper flags to gcc (our default builds use CXX03 ABI, and almost all modern Linux distros use CXX11)
  • [x] Rename jit.h to jit_extern.h

inumanag avatar Dec 17 '22 18:12 inumanag