Skip to content

Instantly share code, notes, and snippets.

@nagachika
Last active December 31, 2015 17:09
Show Gist options
  • Save nagachika/8018565 to your computer and use it in GitHub Desktop.
Save nagachika/8018565 to your computer and use it in GitHub Desktop.
diff of generated Makefile between r44256 and r44257
68,69c68,69
< CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I/usr/local/include $(DEFS) ${cppflags} $(INCFLAGS)
< LDFLAGS = $(CFLAGS) -L. -fstack-protector -L/usr/local/lib
---
> CPPFLAGS = -Idummy/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT $(DEFS) ${cppflags} $(INCFLAGS)
> LDFLAGS = $(CFLAGS) -L. -fstack-protector
76c76
< DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/lib $(XLDFLAGS) $(ARCH_FLAG)
---
> DLDFLAGS = $(XLDFLAGS) $(ARCH_FLAG)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment