From aaed0530fd59b9c6c6f10ee4c815d492f0214fa1 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 28 Jul 2017 23:14:33 +0200 Subject: configure: don't force debug build for arch & cpu feature tests amends b4525b3407, which gives no indication for why this was done. judging by other tests, it wasn't cargo-culted. i presume it was just about disabling debug-and-release, and the debug choice was arbitrary. the central system nowadays does the same, just that it uses release. amends 1533bfc5fc, which certainly _was_ cargo-culted from the former. as a side effect, this removes some other CONFIG manipulations which are handled centrally or are wholly ineffective nowadays. Change-Id: Ib9af2837925a2f19af05506e798a26d363635735 Reviewed-by: Thiago Macieira --- config.tests/arch/arch.pro | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.tests/arch') diff --git a/config.tests/arch/arch.pro b/config.tests/arch/arch.pro index d89d70b1ee..2ffdb2c889 100644 --- a/config.tests/arch/arch.pro +++ b/config.tests/arch/arch.pro @@ -1,4 +1,2 @@ TARGET = arch SOURCES = arch.cpp -CONFIG -= qt dylib release debug_and_release -CONFIG += debug console -- cgit v1.2.3