Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-28 | 0.5.0-3: new maintainer, cleanup, fix build | Joe Baldino | |
Due to gcc-12 being more pedantic with respect to includes, need to patch lispp.hh to include <optional>. Otherwise build may fail. Have the PKGBUILD more closely follow the modern Arch Linux CMake template. Squashed a makepkg srcpath warning by adding -DNDEBUG to CFLAGS. The srcpath was being inserted by an assert(). NDEBUG takes care of that. Signed-off-by: Joe Baldino <pedanticdm@gmx.us> |