Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: don't serialize empty array elements
Before this change: $ ./configure --codegen-backends= [..] $ grep -P '^codegen-backends' config.toml codegen-backends = [''] After this change: $ ./configure --codegen-backends= [..] $ grep -P '^codegen-backends' config.toml codegen-backends = []
- Loading branch information