smarr / SOMpp

SOM++ - C++ implementation of the Simple Object Machine Smalltalk
12 stars 15 forks source link

Introduce config file ala RoarVM which lists all options #cleanup #1

Open smarr opened 10 years ago

smarr commented 10 years ago

Currently, it is not clear which compile time option are there, and whether they have default values or not. Define a global place/header where they are defined and checked for consistency.

Example of how to do it better: https://github.com/smarr/RoarVM/blob/master/vm/src/runtime/rvm_config.h