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

Commit

Permalink
Suppress -std=c++0x option
Browse files Browse the repository at this point in the history
Followup-to: #2553
  • Loading branch information
saper authored and xzyfer committed Nov 8, 2019
1 parent d042f7b commit ac145b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@
],
},
},
}],
['OS!="win"', {
'cflags_cc+': [
'-std=c++0x'
]
}]
]
}
Expand Down
5 changes: 0 additions & 5 deletions src/libsass.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
]
}]
]
}],
['OS!="win"', {
'cflags_cc+': [
'-std=c++0x'
]
}]
]
}
Expand Down

0 comments on commit ac145b1

Please sign in to comment.