mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
feff9c69db
(This used to be commit 4e89fbb7d9c2c8e776ab0a819cbf1a1294f07c1b)
4 lines
138 B
Bash
Executable File
4 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
export CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"
|
|
./configure
|