diff options
author | Kyle McMartin <kyle@redhat.com> | 2011-05-30 12:48:48 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@redhat.com> | 2011-05-30 12:48:48 -0400 |
commit | 3d121413b5e437c6949fe9b55200a5682b6000b7 (patch) | |
tree | 85dad2f91be47b5c4ca7cf1057d3abbf5afae741 /kernel.spec | |
parent | 90ed1a9fc4413058b40ccfabe385d436a9ead672 (diff) | |
download | kernel-3d121413b5e437c6949fe9b55200a5682b6000b7.tar.gz kernel-3d121413b5e437c6949fe9b55200a5682b6000b7.tar.xz kernel-3d121413b5e437c6949fe9b55200a5682b6000b7.zip |
make debug
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index b70e96a16..8eaa19641 100644 --- a/kernel.spec +++ b/kernel.spec @@ -117,7 +117,7 @@ Summary: The Linux kernel # tools/perf %define with_perf %{?_without_perf: 0} %{?!_without_perf: 1} # kernel-debuginfo -%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1} +%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 0} # kernel-bootwrapper (for creating zImages from kernel + initrd) %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1} # Want to build a the vsdo directories installed @@ -154,7 +154,7 @@ Summary: The Linux kernel # Set debugbuildsenabled to 1 for production (build separate debug kernels) # and 0 for rawhide (all kernels are debug kernels). # See also 'make debug' and 'make release'. -%define debugbuildsenabled 1 +%define debugbuildsenabled 0 # Want to build a vanilla kernel build without any non-upstream patches? %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} |