]> gitweb.factorcode.org Git - factor.git/blobdiff - build.sh
some progress towards self hosting
[factor.git] / build.sh
index cb1bece2dc9c293007f3e62bf70cda06fa87d759..335db6cef2df39bd17e5486a2fcd8e4928e9dac6 100644 (file)
--- a/build.sh
+++ b/build.sh
@@ -6,3 +6,8 @@ export CFLAGS="-pedantic -Wall -Winline -Os -march=pentium4 -fomit-frame-pointer
 $CC $CFLAGS -o f native/*.c
 
 strip f
+
+#export CC=gcc
+#export CFLAGS="-pedantic -Wall -g"
+#
+#$CC $CFLAGS -o f-debug native/*.c