fixing performance issues

This commit is contained in:
2023-08-02 12:50:50 +02:00
parent c497645ee9
commit a70bec4740
36 changed files with 629 additions and 431 deletions

View File

@@ -6,7 +6,7 @@
# By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/10/04 16:43:41 by maldavid #+# #+# #
# Updated: 2023/04/04 16:21:17 by maldavid ### ########.fr #
# Updated: 2023/06/06 15:59:27 by maldavid ### ########.fr #
# #
# **************************************************************************** #
@@ -29,10 +29,10 @@ ifeq ($(TOOLCHAIN), gcc)
endif
CXXFLAGS = -std=c++17 -O3 -fPIC
INCLUDES = -I./includes -I./src -I./third_party
INCLUDES = -I./includes -I./src -I./third_party -I ~/.xmake/packages/l/libsdl/2.26.4/8dfbcb8049e744a597cd5333e1b399cd/include
ifeq ($(DEBUG), true)
CXXFLAGS += -g
CXXFLAGS += -g -D DEBUG
endif
RM = rm -f