-
Notifications
You must be signed in to change notification settings - Fork 49
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
with --profile, error: invalid argument '-std=c++11' not allowed with 'C' #102
Comments
Thanks for the report. It looks like a clang-specific issue. However, I can't easily reproduce because of commercialhaskell/stack#4073 . I might just try on the macbook later, but in the meantime, can you post a fully verbose build here? Maybe I can offer some guidance then. |
Here's stack |
@gaze sadly that does not include the |
Apologies! Still a bit new to Haskell.
|
Fwiw, this allowed me to build. Not sure what the interaction would be with other platforms
|
@gaze I've added |
seems this issue is back with ghc 8.10.3. has anybody else run into this again recently? |
Hey all, I have an lts-14.11 stack project that builds just fine when invoking
stack build
, but when building usingstack build --profile
, I get the following outputThis is under macOS 10.14.4. It's repeatable when deleting ~/.stack and/or .stack-work and then running build or build --profile in either order.
The text was updated successfully, but these errors were encountered: