b53b55b831
performance increases and ruby 1.8.7 support. ffi support now works in simple cases. It now works on amd64 as well. I'm taking over maintenance from bernd@. ok landry
20 lines
627 B
Plaintext
20 lines
627 B
Plaintext
$OpenBSD: patch-tool_nailgun_Makefile_in,v 1.1 2010/10/28 01:45:44 jeremy Exp $
|
|
--- tool/nailgun/Makefile.in.orig Mon Nov 2 10:15:13 2009
|
|
+++ tool/nailgun/Makefile.in Tue Nov 24 04:35:40 2009
|
|
@@ -2,7 +2,7 @@ SRC = src/c/ng.c
|
|
CC = @CC@
|
|
WIN32_CC = /usr/local/mingw32/bin/mingw32-gcc
|
|
|
|
-CFLAGS = @CFLAGS@ @LIBS@ -s -O3
|
|
+CFLAGS = @CFLAGS@ @LIBS@ -s
|
|
|
|
ng: Makefile $(SRC)
|
|
@echo "Building ng client. To build a Windows binary, type 'make ng.exe'"
|
|
@@ -20,4 +20,4 @@ clean:
|
|
rm -rf ng ng.dSYM config.status config.log Makefile
|
|
# rm ng.exe
|
|
|
|
-Makefile: Makefile.in
|
|
\ No newline at end of file
|
|
+Makefile: Makefile.in
|