summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-21 21:04:18 +0000
committerBodo Möller <bodo@openssl.org>1999-06-21 21:04:18 +0000
commit0c5a65639d7d51d98ed0f65f53232085f65011be (patch)
tree0b331b7bb3b6d684265e15896407a6dbb7fceb13 /TABLE
parentf76a8084df2a204e193f546c8defdfce3491bfde (diff)
Make some debug-... configurations more useful for debugging.
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE6
1 files changed, 3 insertions, 3 deletions
diff --git a/TABLE b/TABLE
index 3905685998..ef88cf91ec 100644
--- a/TABLE
+++ b/TABLE
@@ -648,7 +648,7 @@ $rc5_obj =
*** debug-bodo
$cc = gcc
-$cflags = -DL_ENDIAN -O3 -g -m486 -Wall
+$cflags = -DL_ENDIAN -g -m486 -Wall
$unistd =
$thread_cflag = -D_REENTRANT
$lflags =
@@ -716,7 +716,7 @@ $rc5_obj = asm/r586-elf.o
*** debug-solaris-sparc-gcc
$cc = gcc
-$cflags = -O3 -g -mv8 -Wall -DB_ENDIAN
+$cflags = -O -g -mv8 -Wall -DB_ENDIAN
$unistd =
$thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl
@@ -733,7 +733,7 @@ $rc5_obj =
*** debug-solaris-usparc-gcc
$cc = gcc
-$cflags = -O3 -g -mcpu=ultrasparc -Wall -DB_ENDIAN
+$cflags = -O -g -mcpu=ultrasparc -Wall -DB_ENDIAN
$unistd =
$thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl