repo.or.cz
/
fvwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fvwm-convert-2.6: Be more specific about conditional command corrections.
[fvwm.git]
/
utils
/
build_dev.sh
blob
7769761cb2d62b923bf97d43234f60623792960b
1
#!/bin/sh
2
3
# call make with -Wall -Werror
4
# must be called from main fvwm directory
5
echo
'make CFLAGS="-O2 -g -Wall -Werror"'
6
make
CFLAGS
=
"-O2 -g -Wall -Werror"
||
exit
1