mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
-
4 lines
146 B
Bash
Executable File
4 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS
|
|
./configure
|