File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ library
74
74
, inline-c-cpp >= 0.2.1
75
75
76
76
cc-options : -Wall -std=c++11
77
- ghc-options : -Wall -fwarn-incomplete-patterns -funbox-strict-fields
77
+ ghc-options : -Wall -fwarn-incomplete-patterns -funbox-strict-fields -optc-std=c++11
78
78
if flag(internal-documentation)
79
79
cpp-options : -DENABLE_INTERNAL_DOCUMENTATION
80
80
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ library
106
106
, inline-c-cpp >= 0.2.1
107
107
108
108
cc-options : -Wall -std=c++11
109
- ghc-options : -Wall -fwarn-incomplete-patterns -funbox-strict-fields
109
+ ghc-options : -Wall -fwarn-incomplete-patterns -funbox-strict-fields -optc-std=c++11
110
110
if flag(internal-documentation)
111
111
cpp-options : -DENABLE_INTERNAL_DOCUMENTATION
112
112
You can’t perform that action at this time.
0 commit comments