Skip to content

Commit

Permalink
Merge pull request #130 from ginggs/enable-optimization-again
Browse files Browse the repository at this point in the history
Enable optimization again for *int.c and *intf.c
  • Loading branch information
ViralBShah authored Jun 18, 2018
2 parents c782ca2 + a24a5eb commit a96f074
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,6 @@ endif
endif


# *int / *intf need to be built with -O0
src/%int.c.o: src/%int.c
$(CC) $(CPPFLAGS) -O0 $(CFLAGS_add) -c $< -o $@

src/%intf.c.o: src/%intf.c
$(CC) $(CPPFLAGS) -O0 $(CFLAGS_add) -c $< -o $@

%.c.o: %.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_add) -c $< -o $@

Expand Down

0 comments on commit a96f074

Please sign in to comment.