diff --git a/tools/Makefile b/tools/Makefile index 6481055..23ee380 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -14,7 +14,7 @@ PACK_INCLUDES := -I$(DIR_ROOT) # Compilador y flags CXX := g++ -CXXFLAGS := -std=c++17 -Wall -Os -ffunction-sections -fdata-sections +CXXFLAGS := -std=c++20 -Wall -Os -ffunction-sections -fdata-sections # Variables específicas por sistema operativo ifeq ($(OS),Windows_NT)