Commit ce1a7d11 authored by Hyun Soo  Kim's avatar Hyun Soo Kim
Browse files

use O3 flag, add .bin extension to output

parent 51241fb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
make: benchmark.c
	gcc -g -Wall -o benchmark benchmark.c
 No newline at end of file
	gcc -g -O3 -Wall -o benchmark.bin benchmark.c
 No newline at end of file