1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-22 06:50:18 +03:00

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
This commit is contained in:
Kay Sievers 2012-01-10 02:05:08 +01:00
parent 912541b024
commit dc401e0189

View File

@ -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