attract: respect cflags

This commit is contained in:
Elaine Gibson 2024-02-16 10:21:04 +00:00 committed by Leah Neukirchen
parent 1cbd04a8d9
commit e2608cc90b
2 changed files with 18 additions and 9 deletions

View File

@ -1,16 +1,16 @@
diff --git a/Makefile.orig b/Makefile
index 4f4793a9a69..b1f7cf469f4 100644
--- a/Makefile.orig
diff --git a/Makefile b/Makefile
index 4f4793a..82387e0 100644
--- a/Makefile
+++ b/Makefile
@@ -69,15 +69,10 @@
@@ -69,15 +69,7 @@
FE_VERSION=v2.7.0
-CC=gcc
-CXX=g++
CFLAGS=
CXXFLAGS=-std=c++11 $(EXTRA_CXXFLAGS)
CPPFLAGS=
-CFLAGS=
-CXXFLAGS=-std=c++11 $(EXTRA_CXXFLAGS)
-CPPFLAGS=
-STRIP=strip
-OBJCOPY=objcopy
PKG_CONFIG=pkg-config
@ -18,7 +18,16 @@ index 4f4793a9a69..b1f7cf469f4 100644
ARFLAGS=rc
RM=rm -f
MD=mkdir -p
@@ -512,7 +507,7 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.mm $(DEP) | $(OBJ_DIR)
@@ -308,7 +300,7 @@ ifeq ($(FE_DEBUG),1)
FE_FLAGS += -DFE_DEBUG
ENABLE_DEBUG_SYMBOLS=1
else
- CPPFLAGS += -O$(OPTIMIZE) -DNDEBUG
+ CPPFLAGS += -DNDEBUG
endif
ifeq ($(USE_GLES),1)
@@ -512,7 +504,7 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.mm $(DEP) | $(OBJ_DIR)
$(EXE): $(OBJ) $(EXPAT) $(SQUIRREL) $(AUDIO)
$(EXE_MSG)

View File

@ -1,7 +1,7 @@
# Template file for 'attract'
pkgname=attract
version=2.7.0
revision=1
revision=2
build_style=gnu-makefile
make_build_args="VERBOSE=1"
make_use_env=yes