summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2015-04-29 14:37:29 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2015-05-03 22:33:39 +0200
commit26999505d6c73566dd382e0730909732c37f71cf (patch)
tree97eca9d3b117ef5ddd6b04ecfef69cb49786e93c /Makefile
parent8999750f12ba61f7ec550c38c5eada235f6bc06b (diff)
Make sure to compile example to trigger edge-cases in compiling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index beb7e2b..8b0f0c2 100644
--- a/Makefile
+++ b/Makefile
@@ -176,6 +176,10 @@ install: $(DYLIBNAME) $(STLIBNAME) $(PKGCONFNAME)
@echo ""
$(MAKE) CFLAGS="-m32" LDFLAGS="-m32"
+32bit-vars:
+ $(eval CFLAGS=-m32)
+ $(eval LDFLAGS=-m32)
+
gprof:
$(MAKE) CFLAGS="-pg" LDFLAGS="-pg"