Changed flags to match the usage of fxconv

This commit is contained in:
Ulysse Cura 2025-08-12 22:29:44 +02:00
parent 6bd85dfb8f
commit ed346d99c1
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ OUTPUT = 2D_Engine_Casio_Tool
# Compiler and flags # Compiler and flags
CXX = g++ CXX = g++
CXXFLAGS = -std=c++17 -g -I. CXXFLAGS = -Wall -Wextra -std=c++17 -O2 -I. -no-pie
LDFLAGS = LDFLAGS = -no-pie
# Deduce objects # Deduce objects
OBJECTS = $(SOURCES:%.cpp=$(BUILD_DIR)/%.o) OBJECTS = $(SOURCES:%.cpp=$(BUILD_DIR)/%.o)