Skip to content

Commit b0a7d03

Browse files
committed
Option for tuning->amalg.->tuning
1 parent 54d7c32 commit b0a7d03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ amalgamated_timing: pre_gen
7474
$(CC) $(LTM_CFLAGS) -fprofile-arcs -c pre_gen/tommath_amalgam.c -o tommath_amalgam.o
7575
$(CC) $(LTM_CFLAGS) -DMP_VERSION=\"before\" demo/timing.c tommath_amalgam.o -lgcov -o timing
7676

77+
78+
amalgamated_timingtuned: tune pre_gen
79+
$(CC) $(LTM_CFLAGS) -fprofile-arcs -c pre_gen/tommath_amalgam.c -o tommath_amalgam.o
80+
$(CC) $(LTM_CFLAGS) -DMP_VERSION=\"before\" demo/timing.c tommath_amalgam.o -lgcov -o timing
81+
7782
profiled_single: amalgamated_timing
7883
./timing
7984
rm -f *.o timing

0 commit comments

Comments
 (0)