From 414804ddb983cad798aeac0181af5bb9fcb8d2fd Mon Sep 17 00:00:00 2001 From: GigabiteStudios Date: Wed, 17 Jun 2026 15:31:46 +0000 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 953156b..269141d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,7 @@ target_include_directories(ikv_obj target_compile_features(ikv_obj PUBLIC c_std_99) set_target_properties(ikv_obj PROPERTIES POSITION_INDEPENDENT_CODE ON +) # Enable optimization and extra warnings for GNU/Clang compilers