mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 17:55:15 +03:00
10 lines
386 B
Diff
10 lines
386 B
Diff
--- a/makefile
|
|
+++ b/makefile
|
|
@@ -24,7 +24,6 @@
|
|
|
|
CXXFLAGS += `sdl2-config --cflags` -DVERSION=$(VERSION) -DREVISION=$(REVISION) -DDATA_DIR=\"$(DATA_DIR)\" -DLOCALE_DIR=\"$(LOCALE_DIR)\"
|
|
CXXFLAGS += -ansi -pedantic
|
|
-CXXFLAGS += -g -lefence
|
|
ifneq ("$(wildcard .errors)","")
|
|
CXXFLAGS += -Wall -Wempty-body -Werror -Wstrict-prototypes -Werror=maybe-uninitialized -Warray-bounds
|
|
endif
|