summarylogtreecommitdiffstats
path: root/use-compilation-flags.patch
blob: c81a64e6ba99a362adaa5598f78357347c1621f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile b/Makefile.parcheado
index 1720682..d6b53c2 100644
--- a/Makefile
+++ b/Makefile.parcheado
@@ -6,7 +6,7 @@ default: build
 .PHONY: run build rebuild clean
 
 gild: gild.ldpl ldpl_socket
-	ldpl -o=gild gild.ldpl
+	ldpl -o=gild -f="$(CXXFLAGS) $(LDFLAGS)" gild.ldpl
 
 build: gild