Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
grosjo committed Jan 15, 2025
1 parent b90b78b commit 11257fd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ AM_CPPFLAGS = -O2 \
$(ICU_CFLAGS) \
$(SQLITE_CFLAGS)

AM_CXXFLAGS = -std=gnu++20 \
$(AM_CPPFLAGS) \
$(SQLITE_LIBS) \
$(XAPIAN_LIBS) \
$(ICU_LIBS) \
-Wall -Wl,-rpath=$(ICU_LDFLAGS)
AM_CXXFLAGS = -std=gnu++20 -Wall

lib21_fts_xapian_plugin_la_LDFLAGS = -module -avoid-version

Expand Down

0 comments on commit 11257fd

Please sign in to comment.