Ticket #8252: add_gcc4_exception_debug_profile.patch

File add_gcc4_exception_debug_profile.patch, 1.1 KB (added by umccullough, 12 years ago)

This should be applied after the other patch to add another subdirectory exception for gcc4 builds

  • build/jam/DebugBuildProfiles

    From eccefb1ae7e98dd78571c10b09beb407393860b3 Mon Sep 17 00:00:00 2001
    From: Urias McCullough <umccullough@gmail.com>
    Date: Sat, 17 Dec 2011 23:29:11 -0800
    Subject: [PATCH] Add one more debug profile exception that affects gcc4 builds only
    
    ---
     build/jam/DebugBuildProfiles |    1 +
     1 files changed, 1 insertions(+), 0 deletions(-)
    
    diff --git a/build/jam/DebugBuildProfiles b/build/jam/DebugBuildProfiles
    index 7c83150..b798def 100644
    a b switch $(HAIKU_BUILD_PROFILE) {  
    2424        SetConfigVar DEBUG : HAIKU_TOP src add-ons media plugins ffmpeg libavformat : 0 : local ;
    2525        SetConfigVar DEBUG : HAIKU_TOP src add-ons media plugins ffmpeg libswscale : 0 : local ;
    2626        SetConfigVar DEBUG : HAIKU_TOP src add-ons print drivers gutenprint : 0 : local ;
     27        SetConfigVar DEBUG : HAIKU_TOP src add-ons print drivers pdf source : 0 : local ;
    2728        SetConfigVar DEBUG : HAIKU_TOP src apps bsnow : 0 : local ;
    2829        SetConfigVar DEBUG : HAIKU_TOP src apps cortex addons AudioAdapter : 0 : local ;
    2930        SetConfigVar DEBUG : HAIKU_TOP src apps cortex NodeManager : 0 : local ;