summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index c36d533..637e0d0 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -8,6 +8,7 @@ conf_cflags = -O2
conf_ldflags = -s
# When developing:
# conf_cflags = -g -Wall
+# conf_ldlags = -g -Wall
EOT
srcs=$(ls src/*.cc | grep -v test)
echo "Building stage 1..."