[darwinbuild-changes] [184] trunk/darwintrace/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 01:55:19 PDT 2006


Revision: 184
          http://trac.macosforge.org/projects/darwinbuild/changeset/184
Author:   ssen
Date:     2006-10-04 01:55:19 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
Add -std=c99 so we can use variadic macros.

Modified Paths:
--------------
    trunk/darwintrace/Makefile

Modified: trunk/darwintrace/Makefile
===================================================================
--- trunk/darwintrace/Makefile	2005-08-15 04:42:33 UTC (rev 183)
+++ trunk/darwintrace/Makefile	2006-10-04 08:55:19 UTC (rev 184)
@@ -11,7 +11,7 @@
 
 darwintrace.dylib: darwintrace.c
 	cc -o $@ \
-		-W -Wall -pedantic \
+		-W -Wall -pedantic -std=c99 \
 		-flat_namespace \
 		-fno-common \
 		-nostdlib \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/a4dc0f80/attachment.html


More information about the darwinbuild-changes mailing list