From e630cf49cd65bbc36085d5f09176b28b79c8d783 Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Sat, 21 Dec 2024 08:15:20 +0100 Subject: [PATCH] build --- build.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/build.hpp b/build.hpp index 04b6b85..8d1bc4e 100644 --- a/build.hpp +++ b/build.hpp @@ -334,6 +334,7 @@ bool compile_obj_dir() command.push_back(i.string()); } + command.push_back(opt_flags); command.push_back("-o"); command.push_back(BUILD_FILE.string());