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:
parent
912541b024
commit
dc401e0189
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user