Skip to content

Commit

Permalink
Pass -std=c++11 when compiling the alloc-in-tls test program
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed May 28, 2019
1 parent 2f5e5cd commit 008945b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ fn test_alloc_in_tls() {
&cwd,
"g++",
&[
"-std=c++11",
"-fasynchronous-unwind-tables",
"-O0",
"-pthread",
Expand Down

0 comments on commit 008945b

Please sign in to comment.