Skip to content

Commit

Permalink
fix: Reduce C++ standard to c++14 to allow boost compilation on Apple…
Browse files Browse the repository at this point in the history
… Silicon
  • Loading branch information
gto90 committed Mar 12, 2024
1 parent 0e4eb7f commit 8a6cc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/boost.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else
$(package)_toolset_$(host_os)=gcc
endif
$(package)_config_libraries=filesystem,system,test
$(package)_cxxflags=-std=c++17 -fvisibility=hidden
$(package)_cxxflags=-std=c++14 -fvisibility=hidden
$(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_android=-fPIC
$(package)_cxxflags_x86_64_darwin=-fcf-protection=full
Expand Down

0 comments on commit 8a6cc1e

Please sign in to comment.