Skip to content

Commit

Permalink
Enable boost and libtorrent exceptions again. It was a mistake to dis…
Browse files Browse the repository at this point in the history
…able them beacouse still boost can throw exceptions in address related functions. Still not using any libtorrent api that can throw an exception.
  • Loading branch information
aldenml committed Jan 8, 2016
1 parent 2082ed5 commit 5ca76fd
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion swig/config/android-arm-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ using gcc : arm : $(TOOLCHAINS_ROOT)/android-arm/bin/arm-linux-androideabi-g++ :
<cxxflags>-fno-strict-aliasing
<cxxflags>-std=c++11
<cxxflags>-static
<cxxflags>-DBOOST_NO_EXCEPTIONS
;
1 change: 0 additions & 1 deletion swig/config/android-arm64-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ using gcc : arm64 : $(TOOLCHAINS_ROOT)/android-arm64/bin/aarch64-linux-android-g
<cxxflags>-fno-strict-aliasing
<cxxflags>-std=c++11
<cxxflags>-static
<cxxflags>-DBOOST_NO_EXCEPTIONS
;
1 change: 0 additions & 1 deletion swig/config/android-x86-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ using gcc : x86 : $(TOOLCHAINS_ROOT)/android-x86/bin/i686-linux-android-g++ :
<cxxflags>-fno-strict-aliasing
<cxxflags>-std=c++11
<cxxflags>-static
<cxxflags>-DBOOST_NO_EXCEPTIONS
;
1 change: 0 additions & 1 deletion swig/config/android-x86_64-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ using gcc : x86_64 : $(TOOLCHAINS_ROOT)/android-x86_64/bin/x86_64-linux-android-
<cxxflags>-fno-strict-aliasing
<cxxflags>-std=c++11
<cxxflags>-static
<cxxflags>-DBOOST_NO_EXCEPTIONS
;
1 change: 0 additions & 1 deletion swig/config/linux-x86-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ using gcc : x86 : g++ :
<cxxflags>-m32
<cxxflags>-std=c++11
<cxxflags>-static
<cxxflags>-DBOOST_NO_EXCEPTIONS
<cxxflags>-I$(DEVELOPMENT_ROOT)/openssl/x86/include
<linkflags>-L$(DEVELOPMENT_ROOT)/openssl/x86/lib
<linkflags>-m32
Expand Down
1 change: 0 additions & 1 deletion swig/config/linux-x86_64-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ using gcc : x86_64 : g++ :
<cxxflags>-fPIC
<cxxflags>-std=c++11
<cxxflags>-static
<cxxflags>-DBOOST_NO_EXCEPTIONS
<cxxflags>-I$(DEVELOPMENT_ROOT)/openssl/x86_64/include
<linkflags>-L$(DEVELOPMENT_ROOT)/openssl/x86_64/lib
;
1 change: 0 additions & 1 deletion swig/config/macosx-native-x86_64-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ using darwin : x86_64 : clang++ :
<cflags>-std=c11
<cxxflags>-std=c++11
<cxxflags>-stdlib=libc++
<cxxflags>-DBOOST_NO_EXCEPTIONS
<cxxflags>-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-migrator/sdk/MacOSX.sdk/usr/include
<cxxflags>-Wno-deprecated-declarations
<cxxflags>-Wno-reserved-id-macro
Expand Down
1 change: 0 additions & 1 deletion swig/config/macosx-x86_64-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ using darwin : x86_64 : $(TOOLCHAINS_ROOT)/macosx-x86_64/bin/x86_64-apple-darwin
<cflags>-std=c11
<cxxflags>-std=c++11
<cxxflags>-stdlib=libc++
<cxxflags>-DBOOST_NO_EXCEPTIONS
<cxxflags>-mmacosx-version-min=10.9
;
1 change: 0 additions & 1 deletion swig/config/windows-x86-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ TOOLCHAINS_ROOT = [ os.environ TOOLCHAINS_ROOT ] ;
using gcc : x86 : $(TOOLCHAINS_ROOT)/windows-x86/bin/i686-w64-mingw32-g++ :
<cflags>-std=c11
<cxxflags>-std=c++11
<cxxflags>-DBOOST_NO_EXCEPTIONS
<cxxflags>-DBOOST_ASIO_DISABLE_CONNECTEX
<cxxflags>-DBOOST_USE_WINAPI_VERSION=0x0501
<linkflags>-static
Expand Down
1 change: 0 additions & 1 deletion swig/config/windows-x86_64-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ using gcc : x86_64 : $(TOOLCHAINS_ROOT)/windows-x86_64/bin/x86_64-w64-mingw32-g+
<cflags>-std=c11
<cxxflags>-fpermissive
<cxxflags>-std=c++11
<cxxflags>-DBOOST_NO_EXCEPTIONS
<cxxflags>-DBOOST_ASIO_DISABLE_CONNECTEX
<cxxflags>-DBOOST_USE_WINAPI_VERSION=0x0501
<linkflags>-static
Expand Down

0 comments on commit 5ca76fd

Please sign in to comment.