perflab finished
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Makefile for word frequency analysis program
|
||||
|
||||
CC = icx
|
||||
CFLAGS = -Ofast -pg
|
||||
#CFLAGS = -O2 -pg
|
||||
CFLAGS = -Ofast -Wall
|
||||
TARGET = prog
|
||||
SOURCES = prog.c options.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user