Skip to content
New issue

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

For meson, the -std is not defined #7

Closed
ilg-ul opened this issue Jun 26, 2021 · 1 comment
Closed

For meson, the -std is not defined #7

ilg-ul opened this issue Jun 26, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ilg-ul
Copy link
Contributor

ilg-ul commented Jun 26, 2021

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.

@ilg-ul ilg-ul self-assigned this Jun 26, 2021
@ilg-ul ilg-ul added the bug Something isn't working label Jun 26, 2021
ilg-ul added a commit that referenced this issue Jun 26, 2021
@ilg-ul
Copy link
Contributor Author

ilg-ul commented Jun 26, 2021

Fixed on 2021-06-26.

@ilg-ul ilg-ul closed this as completed Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant