You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/31 18:42:17 UTC

[GitHub] cjolivier01 commented on a change in pull request #9273: Enhancements to the build mechanism

cjolivier01 commented on a change in pull request #9273: Enhancements to the build mechanism
URL: https://github.com/apache/incubator-mxnet/pull/9273#discussion_r165146559
 
 

 ##########
 File path: Makefile
 ##########
 @@ -235,7 +247,7 @@ ifneq ($(ADD_CFLAGS), NONE)
 endif
 
 ifneq ($(ADD_LDFLAGS), NONE)
-	LDFLAGS += $(ADD_LDFLAGS)
+	LDFLAGS := $(ADD_LDFLAGS) $(LDFLAGS)
 
 Review comment:
   ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services