You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/opentyrian/files/20091025-cflag-idiocy.diff

13 lines
435 B

--- opentyrian/Makefile.orig 2009-10-25 00:52:54.401229746 +0100
+++ opentyrian/Makefile 2009-10-25 00:54:37.642954736 +0100
@@ -49,9 +49,6 @@
# FLAGS ####################################################
-NDEBUG_FLAGS := -g0 -O2 -DNDEBUG
-DEBUG_FLAGS := -g3 -O0 -Werror
-
CFLAGS += --std=c99 -pedantic -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers
CFLAGS += -I./src -I$(INCLUDEDIR)
LDFLAGS += -L$(LIBDIR) -lm