aboutsummaryrefslogtreecommitdiffstats
path: root/bfd/test/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-04-08 06:28:07 +0000
committerbloodstalker <thabogre@gmail.com>2018-04-08 06:28:07 +0000
commitadc7bcd0697131e1067763e9d1b96d6ece6f1e9f (patch)
treeb065ea10ccd4dbe3c91454ed588a2d81953c0426 /bfd/test/makefile
parentadded some more features, a lil bit closer to getting the nested function cal... (diff)
downloadmutator-adc7bcd0697131e1067763e9d1b96d6ece6f1e9f.tar.gz
mutator-adc7bcd0697131e1067763e9d1b96d6ece6f1e9f.zip
added some more cli options to load.py. added a new test file for bruiser to see how it fares against bigger files.
Diffstat (limited to '')
-rw-r--r--bfd/test/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/test/makefile b/bfd/test/makefile
index 3512579..eb8576f 100644
--- a/bfd/test/makefile
+++ b/bfd/test/makefile
@@ -1,7 +1,8 @@
##################################VARS#################################
-CC=clang
-CC_FLAGS=-fpic -O0
+CC?=gcc
+CC=gcc
+CC_FLAGS=-fpic -O0 -g -v --debug
LD_FLAGS= -l bfd
TARGET=test
##################################RULES################################