Skip to content

Commit

Permalink
Add optimization flag in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: hoenirvili <[email protected]>
  • Loading branch information
hoenirvili committed Nov 22, 2019
1 parent 87bbad3 commit 6f22a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ifeq ($(CC),gcc)
CFLAGS += -Wjump-misses-init -Wlogical-op
endif

CFLAGS += "-O2"
CFLAGS += -O2

all:
$(CC) $(CFLAGS) main.c cr2_header.c file.c ifd.c tag_type.c tiff_header.c -o main
Expand Down

0 comments on commit 6f22a96

Please sign in to comment.