From 5d75d4a236bd4d73b514bd81d902fbdbd660b00a Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Thu, 15 Apr 2021 12:54:53 +0100 Subject: Fix validation bug in release mode for armv7 Resolve COMPMID-4377, COMPMID-4379 Change-Id: I302f08b5bf0afb5295d31843fea20181d9283658 Signed-off-by: Giorgio Arena Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5435 Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- SConstruct | 2 -- 1 file changed, 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index ea140f52ff..5f65099322 100644 --- a/SConstruct +++ b/SConstruct @@ -338,8 +338,6 @@ elif env['os'] == 'bare_metal': env.Append(CPPDEFINES = ['BARE_METAL']) if env['os'] == 'linux' and env['arch'] == 'armv7a': env.Append(CXXFLAGS = [ '-Wno-psabi' ]) - if not env['debug']: - env.Append(CPPDEFINES = ['LINUX_V7_RELEASE']) if env['specs_file'] != "": env.Append(LINKFLAGS = ['-specs='+env['specs_file']]) -- cgit v1.2.1