1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Modified to build with the thread-safe library on OS4.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15005 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-07-04 11:14:27 +00:00
parent 6ba2f7a178
commit 9d2ab96b56
2 changed files with 12 additions and 8 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.os4,v 1.2 2005-07-04 11:06:20 obarthel Exp $
# $Id: GNUmakefile.os4,v 1.3 2005-07-04 11:14:27 obarthel Exp $
#
# :ts=4
#
@ -37,7 +37,7 @@ WARNINGS = \
CC = ppc-amigaos-gcc
CPU =
OPTIONS = -DNDEBUG
OPTIONS = -DNDEBUG -mcrt=clib2-ts
OPTIMIZE = -O
DEBUG = -ggdb