Skip to content

Commit

Permalink
fixed clang++ for linux
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
  • Loading branch information
leodemoura committed Nov 14, 2012
1 parent ad3aa96 commit 89c1785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ AS_IF([test "$host_os" = "Darwin"], [
], [test "$host_os" = "Linux"], [
PLATFORM=linux
SO_EXT=.so
SLIBFLAGS+="-shared"
LDFLAGS+=" -lrt"
SLIBFLAGS+=" -shared"
COMP_VERSIONS=
STATIC_FLAGS=-static
CXXFLAGS+=" -fno-strict-aliasing"
Expand Down

0 comments on commit 89c1785

Please sign in to comment.