Skip to content

Commit

Permalink
fix: disable gsl iostream feature for faster compile time
Browse files Browse the repository at this point in the history
We do not use this feature and implementation is trivial: just call `get()`
  • Loading branch information
knst committed Aug 26, 2024
1 parent f675fcb commit d5e32e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ CXXFLAGS="$TEMP_CXXFLAGS"

fi

CPPFLAGS="$CPPFLAGS -DHAVE_BUILD_INFO"
CPPFLAGS="$CPPFLAGS -DHAVE_BUILD_INFO -DGSL_NO_IOSTREAMS"

AC_ARG_WITH([utils],
[AS_HELP_STRING([--with-utils],
Expand Down

0 comments on commit d5e32e1

Please sign in to comment.