]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- patch for using custom optimize flags
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 16 Apr 2000 18:01:47 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib-OPT.patch -> 1.1

ClanLib-OPT.patch [new file with mode: 0644]

diff --git a/ClanLib-OPT.patch b/ClanLib-OPT.patch
new file mode 100644 (file)
index 0000000..5c1f7fb
--- /dev/null
@@ -0,0 +1,18 @@
+diff -durN ClanLib-0.4.3.orig/configure.in ClanLib-0.4.3/configure.in
+--- ClanLib-0.4.3.orig/configure.in    Mon Mar 13 18:55:21 2000
++++ ClanLib-0.4.3/configure.in Sun Apr 16 18:14:18 2000
+@@ -227,12 +227,12 @@
+     comp_mode="-DDEBUG=1 -g"
+     AC_MSG_RESULT([enabled])
+   else
+-    comp_mode="-O3"
++    comp_mode=""
+     AC_MSG_RESULT([*********** <-- DISABLED --> ***********])
+   fi
+ ],
+ [
+-  comp_mode="-O3"
++  comp_mode=""
+   AC_MSG_RESULT([********** DISABLED FOR STABLE RELEASE VERSION **********])
+ ])
This page took 0.03229 seconds and 4 git commands to generate.