[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/mesa][debian-unstable] 2 commits: rules: Add meson option -Db_ndebug=true to disable assertions (Related bugs:...



Title: GitLab

Andreas Boll pushed to branch debian-unstable at X Strike Force / lib / mesa

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    -mesa (18.3.4-2) UNRELEASED; urgency=medium
    
    1
    +mesa (18.3.4-2) unstable; urgency=medium
    
    2 2
     
    
    3 3
       * Cherry-pick f6556ec7d12 (dri: meson: do not prefix user provided dri-
    
    4 4
         drivers-path) from upstream master branch. Fixes a regression since
    
    5 5
         switching to meson (Closes: #922807).
    
    6
    +  * rules: Add meson option -Db_ndebug=true to disable assertions
    
    7
    +    (Related bugs: #920462, #922162, #922346).
    
    6 8
     
    
    7
    - -- Andreas Boll <aboll@debian.org>  Thu, 28 Feb 2019 11:45:35 +0100
    
    9
    + -- Andreas Boll <aboll@debian.org>  Sat, 02 Mar 2019 13:11:29 +0100
    
    8 10
     
    
    9 11
     mesa (18.3.4-1) unstable; urgency=medium
    
    10 12
     
    

  • debian/rules
    ... ... @@ -136,6 +136,7 @@ confflags += \
    136 136
     	-Dshared-glapi=true \
    
    137 137
     	-Dgallium-xvmc=false \
    
    138 138
     	-Dgallium-omx=disabled \
    
    139
    +	-Db_ndebug=true \
    
    139 140
     	$(confflags_DIRECT_RENDERING) \
    
    140 141
     	$(confflags_GBM) \
    
    141 142
     	$(confflags_DRI3) \
    


  • Reply to: