1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

oops, put -DDEBUG_PASSWORD in wrong place.

(This used to be commit 4e89fbb7d9)
This commit is contained in:
Luke Leighton
1999-03-05 22:33:32 +00:00
parent caa34b37e4
commit feff9c69db

View File

@ -1,3 +1,3 @@
#!/bin/sh
export CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align" -DDEBUG_PASSWORD
export CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"
./configure