aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-01-10 02:05:08 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-01-10 02:05:08 +0100
commitdc401e018940ccd94b9648eeab25f5ae204e5b30 (patch)
tree1761cd56ac1b30f784ff74146df60986204afa0f /autogen.sh
parent912541b0246ef315d4d851237483b98c9dd3f992 (diff)
downloadudev-dc401e018940ccd94b9648eeab25f5ae204e5b30.tar.gz
autogen.sh: makedev() misteriously breaks with -O0 here, use -O1 for now
-O0 [pid 693] mknod("udev-root/sda", 034101566300) = -1 EINVAL (Invalid argument) -O1 [pid 8087] mknod("udev-root/sda", S_IFBLK, makedev(8, 0)) = 0
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 697ed919..180e423c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -30,5 +30,5 @@ echo "----------------------------------------------------------------"
echo "Initialized build system. For a common configuration please run:"
echo "----------------------------------------------------------------"
echo
-echo "./configure CFLAGS='-g -O0' $args"
+echo "./configure CFLAGS='-g -O1' $args"
echo