Lines 1-5
Link Here
|
1 |
--- Makefile.orig Wed Mar 30 06:27:47 2005 |
1 |
--- Makefile.orig Wed Jul 13 12:10:52 2005 |
2 |
+++ Makefile Fri Apr 1 15:54:54 2005 |
2 |
+++ Makefile Mon Jul 18 12:23:12 2005 |
3 |
@@ -2,9 +2,9 @@ |
3 |
@@ -2,9 +2,9 @@ |
4 |
CHANGEME1 = 1 # put PACKAGER = EBUILD|RPM etc here |
4 |
CHANGEME1 = 1 # put PACKAGER = EBUILD|RPM etc here |
5 |
CHANGEME2 = 2 |
5 |
CHANGEME2 = 2 |
Lines 13-15
Link Here
|
13 |
MAKEDEPEND = makedepend |
13 |
MAKEDEPEND = makedepend |
14 |
MSLIB = mslib |
14 |
MSLIB = mslib |
15 |
# here you can choose the regexp style your system has |
15 |
# here you can choose the regexp style your system has |
|
|
16 |
@@ -16,7 +16,7 @@ |
17 |
# REGEXP = |
18 |
REGEXP=-DREGEXP_POSIX |
19 |
COPT_DEBUG = -g |
20 |
-COPT_GENERIC = -O3 |
21 |
+#COPT_GENERIC = -O3 |
22 |
COPT_GNU = -O3 -funroll-loops |
23 |
COPT_X86 = -O3 -funroll-loops -march=i386 -mcpu=pentium -mmmx \ |
24 |
-D_REENTRANT -D_THREAD_SAFE -fPIC |