Skip to content

Commit

Permalink
adding c++11 flag in qcdloop-config
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed Jul 30, 2020
1 parent fb9d733 commit e68983d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcdloop-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tmp=$( echo "$*" | egrep -- '--\<incdir\>')
test -n "$tmp" && OUT="$OUT @includedir@"

tmp=$( echo "$*" | egrep -- '--\<cppflags\>')
test -n "$tmp" && OUT="$OUT -I@includedir@"
test -n "$tmp" && OUT="$OUT -I@includedir@ -std=c++11"

tmp=$( echo "$*" | egrep -- '--\<libdir\>')
test -n "$tmp" && OUT="$OUT @libdir@"
Expand Down

0 comments on commit e68983d

Please sign in to comment.