mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
This adds multiple disk accessors to better stress today's RAID's and highly buffered disk subsystems.
5 lines
207 B
Text
5 lines
207 B
Text
--- Makefile.in.orig Tue Jan 7 22:40:11 2003
|
|
+++ Makefile.in Tue Feb 25 17:21:00 2003
|
|
@@ -12 +12 @@
|
|
-CFLAGS=-O2 @debug@ -DNDEBUG $(WFLAGS) $(MORECFLAGS)
|
|
+CFLAGS=${CXXFLAGS} -DNDEBUG $(WFLAGS) $(MORECFLAGS)
|