From 3ba2e081b4aac79c63836d5317784d714542418b Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Mon, 11 Aug 2025 18:47:36 +0200 Subject: [PATCH] Renamed some definitions in the Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cabfc1e..6583f3f 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,11 @@ SOURCES = \ src/bin.cpp # Output file name -OUTPUT = 2D_Engine_Casio_Tool +OUTPUT = json2bin_converter # Compiler and flags CXX = g++ -CXXFLAGS = -std=c++17 -g +CXXFLAGS = -std=c++17 -O2 LDFLAGS = # Deduce objects