Skip to the content.

Compilation

Compiling with Header only.

By default, if a -D_FORCE_BASE2_XX flag is not specified, the code will auto decide the best available value for you.



Compiling and Using the Static Library.

Warning

You cannot use a specific base using the flag -D_FORCE_BASE2_XX when compiling your own program that uses the static library. This is because the static library will auto decide the best available base value during its compilation. So if you define a specific base using the D_FORCE_BASE2_XX flag, a mismatch might occur throwing an undefined reference or other errors.


Go Back to Docs