From 7f145afa84af9ed141c2d93fea8a67b3291d9ed5 Mon Sep 17 00:00:00 2001 From: Marvin Scholz <epirat07@gmail.com> Date: Wed, 22 Apr 2020 16:06:08 +0200 Subject: [PATCH] contrib: remove leftover DBGOPTIMFLAGS --- contrib/src/main.mak | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index b07bea91d6e1..02878693c242 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -175,12 +175,6 @@ CFLAGS := $(CFLAGS) $(EXTRA_CFLAGS) CXXFLAGS := $(CXXFLAGS) $(EXTRA_CFLAGS) $(EXTRA_CXXFLAGS) LDFLAGS := $(LDFLAGS) -L$(PREFIX)/lib $(EXTRA_LDFLAGS) -ifndef WITH_OPTIMIZATION -DBGOPTIMFLAGS = -g -O0 -else -DBGOPTIMFLAGS = -g -O2 -endif - # Do not export those! Use HOSTVARS. # Do the FPU detection, after we have figured out our compilers and flags. -- GitLab