-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
I'm using clang version 17 with libcxx and when attempting to compile using clang, I get the following error:
clang++ -O2 -Wall -Wextra -fno-exceptions -Wno-psabi -std=c++20 -I /home/chris/dev/systemd-cron-2.3.0/out/build/include /home/chris/dev/systemd-cron-2.3.0/out/build/include/libvoreutils.hpp -o /home/chris/dev/systemd-cron-2.3.0/out/build/include/libvoreutils.hpp.gch
clang++: error: cannot specify -o when generating multiple output files
make: *** [Makefile:220: /home/chris/dev/systemd-cron-2.3.0/out/build/include/libvoreutils.hpp.gch] Error 1This does not occur when using gcc and g++ to compile.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels