Skip to content

Commit

Permalink
including SIMD flags to cppflags
Browse files Browse the repository at this point in the history
  • Loading branch information
vbertone committed May 11, 2016
1 parent 284591f commit 9515296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apfelgrid-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 @SIMD_FLAGS@ -I@includedir@"

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

0 comments on commit 9515296

Please sign in to comment.