iiag / iiag-legacy

Iiag is a game
Other
7 stars 7 forks source link

Log fixes--including ELF-based introspection. #20

Closed Grissess closed 10 years ago

Grissess commented 10 years ago

Important: WITH_INTROSPECTION is currently turned on in the Makefile. To turn it off, just delete the CCFLAG -DWITH_INTROSPECTION. This must be done for systems that:

Important: The Makefile accepts an argument ARCH which may be 32BIT (for x86) or 64BIT (for x86_64 or compatible; the default). This must be set properly, or the compiled executable will probably segfault. If neither of these architectures work, turn off WITH_INTROSPECTION (as above).