Skip to content

Commit

Permalink
remove unused boost libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Dec 3, 2021
1 parent 40c259b commit 7d614fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 240 deletions.
118 changes: 0 additions & 118 deletions build-aux/m4/ax_boost_chrono.m4

This file was deleted.

121 changes: 0 additions & 121 deletions build-aux/m4/ax_boost_system.m4

This file was deleted.

2 changes: 1 addition & 1 deletion depends/packages/boost.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $(package)_toolset_$(host_os)=clang
else
$(package)_toolset_$(host_os)=gcc
endif
$(package)_config_libraries=chrono,filesystem,system,thread,test
$(package)_config_libraries=filesystem,thread,test
$(package)_cxxflags=-std=c++17 -fvisibility=hidden
$(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_android=-fPIC
Expand Down

0 comments on commit 7d614fa

Please sign in to comment.