Skip to content

Commit

Permalink
Used gcc -03
Browse files Browse the repository at this point in the history
  • Loading branch information
tinogfroerer committed Feb 6, 2016
1 parent 74be1aa commit 687a698
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 @@ -5,7 +5,7 @@ includes = inc/lsabase.h inc/lsaprint.h inc/lsaprocess.h \
inc/lsaread.h inc/lsaprocess.h inc/log2xorseq.h inc/lsaprint.h \
inc/lsaman.h

CFLAGS += -I"./inc" -g -o
CFLAGS += -I"./inc" -O3 -o

lsa : $(objects)
cc -o lsa $(objects)
Expand Down

0 comments on commit 687a698

Please sign in to comment.