mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Generate both debug and non-debug binaries.
This commit is contained in:
@@ -89,8 +89,11 @@ buildprogram() {
|
||||
objs="$objs \$OBJDIR/$src"
|
||||
done
|
||||
|
||||
echo build $prog : link $objs
|
||||
echo build $prog-debug : link $objs
|
||||
echo " flags=$flags"
|
||||
|
||||
echo build $prog : link $objs
|
||||
echo " flags=$flags -s"
|
||||
}
|
||||
|
||||
runtest() {
|
||||
|
||||
Reference in New Issue
Block a user