Enable debug section mismatch warnings

This commit is contained in:
Ozan Çağlayan
2009-05-14 20:29:26 +00:00
parent de0b1d827b
commit 8266a0f1ab
+9 -3
View File
@@ -105,8 +105,9 @@ def __getExtraVersion():
return extraversion
# Public callables
#######################
# Configuration stuff #
#######################
def configure():
# Set EXTRAVERSION
@@ -124,8 +125,13 @@ def configure():
else:
autotools.make("oldconfig")
######################
# Installation stuff #
######################
def build():
autotools.make()
autotools.make("CONFIG_DEBUG_SECTION_MISMATCH=y")
def install():
suffix = __getSuffix()