remove lto related stuff again, not worth using

This commit is contained in:
DubbleClick
2025-07-28 19:43:01 +07:00
parent 3087dc86f8
commit 342192fd67
7 changed files with 20 additions and 32 deletions

View File

@@ -35,6 +35,7 @@ class LinuxBuilder extends UnixBuilderBase
// cflags
$this->arch_c_flags = getenv('SPC_DEFAULT_C_FLAGS');
$this->arch_cxx_flags = getenv('SPC_DEFAULT_CXX_FLAGS');
$this->arch_ld_flags = getenv('SPC_DEFAULT_LD_FLAGS');
// create pkgconfig and include dir (some libs cannot create them automatically)
f_mkdir(BUILD_LIB_PATH . '/pkgconfig', recursive: true);