Skip to content

SWC-DB version 0.4.16

Compare
Choose a tag to compare
@kashirin-alex kashirin-alex released this 05 Feb 13:30
· 821 commits to master since this release

SWC-DB version 0.4.16 - CHANGELOG

The release is available on Archlinux (AUR) keyword=swcdb separate packages on scope/component and the packages are configured for OS base path

Plus includes a debug, standard and optimized build, the Binaries built with GCC-9.3 and based on GLIBC 2.27
build configurations differences:

# swcdb-0.4.16.amd64 
cmake ../swc-db -DO_LEVEL=3 -DSWC_IMPL_SOURCE=ON -DCMAKE_BUILD_TYPE=Release

# swcdb-0.4.16.optimized.amd64 
cmake ../swc-db -DO_LEVEL=6 -DSWC_IMPL_SOURCE=ON -DCMAKE_BUILD_TYPE=Release

# swcdb-0.4.16.debug.amd64
cmake ../swc-db -DO_LEVEL=1 -DSWC_IMPL_SOURCE=OFF -DCMAKE_BUILD_TYPE=Debug

Guide for INSTALLING & RUNNING :

Release Highlights:

  • fixes/adjustments over compiler Pedantic flag and several additional Warning Flags