add -DBOOST_NO_EXCEPTIONS to gb_LinkTarget_NOEXCEPTIONFLAGS
This commit is contained in:
parent
9dbb1958ab
commit
881dcc4f2d
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ gb_STDLIBS := pthread
|
|||
|
||||
include $(GBUILDDIR)/platform/unxgcc.mk
|
||||
|
||||
gb_LinkTarget_NOEXCEPTIONFLAGS += -DBOOST_NO_EXCEPTIONS
|
||||
|
||||
define gb_LinkTarget__command_dynamiclink
|
||||
$(call gb_Helper_abbreviate_dirs,\
|
||||
mkdir -p $(dir $(1)) && \
|
||||
|
|
Loading…
Reference in a new issue