If file non existant crashing resolved

This commit is contained in:
cdricms
2024-11-15 10:56:07 +01:00
parent 9ccde76edc
commit ce2edb6293
8 changed files with 209 additions and 74 deletions

View File

@@ -6,6 +6,11 @@ kind "StaticLib"
language "C"
targetdir "bin/%{cfg.buildcfg}"
filter "configurations:Debug"
symbols "On"
buildoptions { "-g3", "-O0", "-fno-inline" } -- Ensure debug symbols are generated for static library
optimize "Off"
files {
"http/*.c",
"http/*.h"