mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-04-23 22:30:04 +08:00

Convert the flag controlling functions to macros and omit the FORCE argument from all the set() calls. The use of FORCE was mainly intended to set the variable in all scopes, but using macros instead of functions is a much cleaner method of achieving the same goal.