Skip to content

Commit

Permalink
linked plugin no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Widlund committed Jan 8, 2020
1 parent 42ebf04 commit f86a521
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
AM_CFLAGS = -std=gnu11 -g -O3 -flto -fuse-linker-plugin
AM_CFLAGS = -std=gnu11 -g -O3 -flto
AM_LDFLAGS = -static -pthread

DIST_SUBDIRS = docs benchmark examples
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ compiling and installing is simple:

.. code-block:: shell
$ ./configure AR=gcc-ar NM=gcc-nm RANLIB=gcc-ranlib
$ ./configure
$ make
$ make install
Expand Down
2 changes: 1 addition & 1 deletion examples/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
COMMON_FLAGS = -g -O3 -flto -fuse-linker-plugin -Isupport -I../src
COMMON_FLAGS = -g -O3 -flto -Isupport -I../src
AM_CFLAGS = -std=gnu11
AM_CXXFLAGS = -std=gnu++11
AM_CPPFLAGS = $(COMMON_FLAGS)
Expand Down

0 comments on commit f86a521

Please sign in to comment.