blob: 84a7567a7887ca4db36efd0ac50beffbfe64aa1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Description: Drop -d which causes an error with GCC 7
Author: Stephen Kitt <skitt@debian.org>
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@
-CFLAGS+=-d -Wall `$(SDL_CONFIG) --cflags` -DPLATFORM_PC -DVERSION=\"$(VERSION)\" $(SMOOTH_SCRL) $(LIGHTNING)\
+CFLAGS+=-Wall `$(SDL_CONFIG) --cflags` -DPLATFORM_PC -DVERSION=\"$(VERSION)\" $(SMOOTH_SCRL) $(LIGHTNING)\
-DPACKAGE_DATA_DIR=\"$(PACKAGE_DATA_DIR)\" $(FONT_USE_PIXMAP) $(MUSIC) $(DESIGNER)
LDFLAGS?=
# Use these instead for debugging and/or profiling (mainly intended for GNU Robbo developers)
|