mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
3db52feb1f
(This used to be commit 453a822a76
)
4 lines
117 B
Bash
Executable File
4 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align"
|
|
./configure
|