Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Apply correct cflags to source files #527

Merged
merged 1 commit into from
Nov 9, 2014

Conversation

mgreter
Copy link
Contributor

@mgreter mgreter commented Nov 9, 2014

Fixes the last warning in gyp build:

  CC(target) Release/obj.target/binding/src/libsass/cencode.o
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C [enabled by default]
cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C [enabled by default]

Changes flag to -std=c++0x since it is enough to compile and is supported by much earlier gcc versions!

Using -std=c++0x is sufficient to compile libsass
am11 added a commit that referenced this pull request Nov 9, 2014
Apply correct cflags to source files
@am11 am11 merged commit 8e1daa1 into sass:master Nov 9, 2014
@am11
Copy link
Contributor

am11 commented Nov 9, 2014

Thanks @mgreter 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants