diff options
author | Tharre <tharre3@gmail.com> | 2014-09-02 18:07:57 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2014-09-02 18:07:57 +0200 |
commit | 08e8afe93796d6682bbc46cb4acd5fb615b1785c (patch) | |
tree | 8c087012593689d41a4d4168568f60d861257843 /out | |
parent | 02fec99696dedf1a7e4eeafca09644ca4dfdbaab (diff) | |
download | redo-08e8afe93796d6682bbc46cb4acd5fb615b1785c.tar.gz redo-08e8afe93796d6682bbc46cb4acd5fb615b1785c.tar.xz redo-08e8afe93796d6682bbc46cb4acd5fb615b1785c.zip |
Remove random math.h dependency
Diffstat (limited to 'out')
-rw-r--r-- | out/config.sh | 2 |
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="" |