aboutsummaryrefslogtreecommitdiffstats
path: root/out
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2014-09-02 18:07:57 +0200
committerTharre <tharre3@gmail.com>2014-09-02 18:07:57 +0200
commit08e8afe93796d6682bbc46cb4acd5fb615b1785c (patch)
tree8c087012593689d41a4d4168568f60d861257843 /out
parent02fec99696dedf1a7e4eeafca09644ca4dfdbaab (diff)
downloadredo-08e8afe93796d6682bbc46cb4acd5fb615b1785c.tar.gz
redo-08e8afe93796d6682bbc46cb4acd5fb615b1785c.tar.xz
redo-08e8afe93796d6682bbc46cb4acd5fb615b1785c.zip
Remove random math.h dependency
Diffstat (limited to 'out')
-rw-r--r--out/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/out/config.sh b/out/config.sh
index a0a846d..75035a7 100644
--- a/out/config.sh
+++ b/out/config.sh
@@ -5,4 +5,4 @@ else
fi
CC=${CC-$PREF}
CFLAGS="-g -Wall -Wextra -std=c99 -pedantic -Wno-gnu-statement-expression"
-LDFLAGS="-lm"
+LDFLAGS=""