ports/benchmarks/netpipe/files/patch-makefile
2003-10-19 08:28:57 +00:00

13 lines
344 B
Text

--- makefile.orig Sun Oct 19 01:20:44 2003
+++ makefile Sun Oct 19 01:20:53 2003
@@ -20,8 +20,8 @@
#
########################################################################
-CC = cc
-CFLAGS = -O
+CC ?= cc
+CFLAGS ?= -O -pipe
SRC = ./src
# For MPI, mpicc will set up the proper include and library paths