Skip to content

Commit

Permalink
stable: config: 3.12.y: turn off debuginfo
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Jan 25, 2014
1 parent 5e70561 commit e6e95e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions stable/apply_it
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ apply_it ()
if [ "$KERNEL_VERSION" != "" ] ; then
apply_it $KERNEL_VERSION
else
# apply_it 3.13
apply_it 3.12
# apply_it 3.11
apply_it 3.10
# apply_it 3.9
apply_it 3.4
# apply_it 3.0
fi
6 changes: 2 additions & 4 deletions stable/configs/3.12.y
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 3.12.6-rc1 Kernel Configuration
# Linux/x86 3.12.9 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
Expand Down Expand Up @@ -5214,7 +5214,6 @@ CONFIG_DMA_ACPI=y
#
# DMA Clients
#
CONFIG_NET_DMA=y
CONFIG_ASYNC_TX_DMA=y
# CONFIG_DMATEST is not set
CONFIG_DCA=m
Expand Down Expand Up @@ -5987,8 +5986,7 @@ CONFIG_DYNAMIC_DEBUG=y
#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED is not set
# CONFIG_DEBUG_INFO is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=2048
Expand Down

0 comments on commit e6e95e9

Please sign in to comment.