Skip to content

Commit

Permalink
configure: Honor compile flags when building C++
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Jun 24, 2016
1 parent 4671ce6 commit a162c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ build_config()
fi

echo "CFLAGS+=-Wall -DPIC \$(TARGETARCH) \$(TARGETCPU) \$(OPTIMISATIONS) \$(MMX_FLAGS) \$(SSE_FLAGS) \$(SSE2_FLAGS) \$(DEBUG_FLAGS) \$(LARGE_FILE)"
echo "CXXFLAGS+=-Wall -DPIC \$(TARGETARCH) \$(TARGETCPU) \$(OPTIMISATIONS) \$(MMX_FLAGS) \$(SSE_FLAGS) \$(SSE2_FLAGS) \$(DEBUG_FLAGS) \$(LARGE_FILE)"

case $targetos in
Darwin)
Expand Down

0 comments on commit a162c03

Please sign in to comment.