mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
89087385fe
(This used to be commit 48ff3e2429964404c8bf33ef625791147913a3c0)
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
|