Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable filelib.savecode when BE_USE_BYTECODE_SAVER disabled (#463)
I think this is an unnecessary link-time dependency, otherwise if I: ``` #define BE_USE_BYTECODE_SAVER 0 ``` I'd get this link error: ``` [Linking...] /nix/store/22p5nv7fbxhm06mfkwwnibv1nsz06x4b-binutils-2.40/bin/ld: src/be_filelib.o: in function `i_savecode': be_filelib.c:(.text+0x9e): undefined reference to `be_bytecode_save_to_fs' collect2: error: ld returned 1 exit status ```
- Loading branch information