We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extracted from #6 (comment)
Here is the command line generated for the .cpp file:
g++ -Ihello-world.p -I. -I../.. -I../../include -I../../libs/adder/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -g -DDEBUG -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-omit-frame-pointer -MD -MQ hello-world.p/src_hello-world.cpp.o -MF hello-world.p/src_hello-world.cpp.o.d -o hello-world.p/src_hello-world.cpp.o -c ../../src/hello-world.cpp
Obviously, gnu++17 didn't find its way to the command line.
The text was updated successfully, but these errors were encountered:
[#7] - define -std properly for meson
36d2e0a
Fixed on 2021-06-26.
Sorry, something went wrong.
ilg-ul
No branches or pull requests
Extracted from #6 (comment)
Here is the command line generated for the .cpp file:
Obviously, gnu++17 didn't find its way to the command line.
The text was updated successfully, but these errors were encountered: