Skip to content

Instantly share code, notes, and snippets.

@gerdr
Created March 16, 2012 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerdr/2051384 to your computer and use it in GitHub Desktop.
Save gerdr/2051384 to your computer and use it in GitHub Desktop.
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 230720d..3cd3e77 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -952,6 +952,7 @@ $(OPS_DIR)/$(BIGINT_OPS)$(LOAD_EXT): $(OPS_DIR)/$(BIGINT_OPS_SOURCE) $(LIBTOMMAT
cd src/6model/reprs && $(CC) -c @cc_o_out@P6bigint$(O) -I../../../$(PMC_DIR) -I../../../3rdparty/libtommath $(CINCLUDES) $(CFLAGS) P6bigint.c
cd $(OPS_DIR) && $(LD) @ld_out@$(BIGINT_OPS)$(LOAD_EXT) $(BIGINT_OPS)$(O) ../../3rdparty/libtommath/*$(O) ../6model/reprs/P6bigint$(O) $(LINKARGS)
+$(DYNCALL_BIN): CFLAGS := $(CFLAGS) -w
$(DYNCALL_BIN):
@dyncall_build@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment