How to get lots of compile toime checks now?

Andrew Tridgell tridge at samba.anu.edu.au
Mon Sep 28 04:40:17 GMT 1998


> with the latest changes to Samba 2.0.0, I no longer seem able to pass
> things like -Wall -Wstrict-prototypes etc to the compiles by editing the
> Makefile that is generated by configure.
> 
> How do I accomplish this?

I have a script called "config" that contains the following:

#!/bin/sh
export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual"
./configure


More information about the samba-technical mailing list