Add optimization flags and cleanup compile settings #2
Reference in New Issue
Block a user
Delete Branch "Codex/iKv:optimization"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request introduces several improvements to the iKv library:
-O2 -Wall -Wextra -Wpedantic) for GNU/Clang compilers viaCMakeLists.txt.CMakeLists.txtby commenting an unusedadd_compile_optionsline and correcting the static library line.#include <stdbool.h>tosrc/loaders/ikv2.cto ensurebooltypes are properly declared..gitignoreto exclude common build artifacts such as CMake cache files, build directories (build,cmake-build-*), IDE configuration directories (.idea/,.vscode/), and generated files (Makefile,compile_commands.json).These changes should make the project build cleaner and reduce compiler warnings while ensuring untracked files do not clutter the repository. Please review and merge.
Add optimization flags and cleanup compile settingsto WIP: Add optimization flags and cleanup compile settingsWIP: Add optimization flags and cleanup compile settingsto Add optimization flags and cleanup compile settings