chiark / gitweb /
autogen.sh: makedev() misteriously breaks with -O0 here, use -O1 for now
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 10 Jan 2012 01:05:08 +0000 (02:05 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 10 Jan 2012 01:05:08 +0000 (02:05 +0100)
-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

autogen.sh

index 697ed919d2ef50c41534de11bba4c14343d2dfb6..180e423c4d294ebe3f608a1b2dd69015985ad2e1 100755 (executable)
@@ -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