mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Merge pull request #130 from ginggs/enable-optimization-again
Enable optimization again for *int.c and *intf.c
This commit is contained in:
commit
a96f0740e3
1 changed files with 0 additions and 7 deletions
7
Make.inc
7
Make.inc
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue