Will the existing tests work if we use -DFLATCC_OFFSET_SIZE=2? I think all we need to test this is to build with this flag and run the existing tests.
When we merge #5 we can uncomment testing with -DFLATCC_OFFSET_SIZE=8 because that should work correctly.
We should probably test the other new compiler flags and options, too.
Will the existing tests work if we use
-DFLATCC_OFFSET_SIZE=2? I think all we need to test this is to build with this flag and run the existing tests.When we merge #5 we can uncomment testing with
-DFLATCC_OFFSET_SIZE=8because that should work correctly.We should probably test the other new compiler flags and options, too.