Skip to content
Snippets Groups Projects
Commit a99cc9ff authored by an7s's avatar an7s
Browse files

No longer need to turn steps off as off is now the default in ps_analyze.sh

Former-commit-id: bd7f8e77b795bd7f32378bca6baf2ba0c7c22738
parent 975d1880
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ all: env_check ${exes}
.o.exe:
gcc -g $< -o $@
# gcc -m32 $< -o $@
${PEASOUP_HOME}/tools/ps_analyze.sh $@ $@.peasoup --step ilr=off --step concolic=off --step p1transform=off --step isr=off --step integertransform=on --step-option integertransform:--instrument-idioms --step-option integertransform:--saturate --step twitchertransform=off
${PEASOUP_HOME}/tools/ps_analyze.sh $@ $@.peasoup --step integertransform=on --step-option integertransform:--instrument-idioms --step-option integertransform:--saturate
.c.o:
gcc -c $<
......
......@@ -14,7 +14,7 @@ all: env_check ${exes}
.o.exe:
gcc -g $< -o $@
# gcc -m32 $< -o $@
${PEASOUP_HOME}/tools/ps_analyze.sh $@ $@.peasoup --step ilr=off --step concolic=off --step p1transform=off --step isr=off --step integertransform=on --step-option integertransform:--instrument-idioms --step-option integertransform:--check-pointers --step twitchertransform=off
${PEASOUP_HOME}/tools/ps_analyze.sh $@ $@.peasoup --step integertransform=on --step-option integertransform:--instrument-idioms --step-option integertransform:--check-pointers
.c.o:
gcc -O2 -c $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment