[darwinbuild-changes] [87] trunk/darwintrace/Makefile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Oct 4 01:44:01 PDT 2006
Revision: 87
http://trac.macosforge.org/projects/darwinbuild/changeset/87
Author: kevin
Date: 2006-10-04 01:44:01 -0700 (Wed, 04 Oct 2006)
Log Message:
-----------
- build with -Wall like DarwinPorts does
Modified Paths:
--------------
trunk/darwintrace/Makefile
Modified: trunk/darwintrace/Makefile
===================================================================
--- trunk/darwintrace/Makefile 2005-07-25 18:49:33 UTC (rev 86)
+++ trunk/darwintrace/Makefile 2006-10-04 08:44:01 UTC (rev 87)
@@ -9,6 +9,7 @@
darwintrace.dylib: darwintrace.c
cc -o $@ \
+ -W -Wall -pedantic \
-flat_namespace \
-fno-common \
-nostdlib \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/40fbc999/attachment.html
More information about the darwinbuild-changes
mailing list