From: sjlongland Date: Thu, 24 Sep 2015 08:21:06 +0000 (+0000) Subject: Makefile: Compile adc_sfdr_ut with -O3 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=c8aaa0b1d37e10db7a8d5cf1fb216f2edf968459;p=freetel-svn-tracking.git Makefile: Compile adc_sfdr_ut with -O3 git-svn-id: https://svn.code.sf.net/p/freetel/code@2371 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/stm32/Makefile b/codec2-dev/stm32/Makefile index 443de932..10080d96 100644 --- a/codec2-dev/stm32/Makefile +++ b/codec2-dev/stm32/Makefile @@ -769,7 +769,7 @@ src/init.c \ src/stm32f4_adc_tuner.o: src/stm32f4_adc_tuner.c $(CC) $(CFLAGS) $^ -c -o $@ -adc_sfdr_ut.elf: $(ADC_SFDR_UT_SRCS:.c=.o) src/stm32f4_adc_tuner.O3.o \ +adc_sfdr_ut.elf: $(ADC_SFDR_UT_SRCS:.c=.O3.o) src/stm32f4_adc_tuner.O3.o \ libstm32f4.a $(CC) $(CFLAGS) -O3 $^ -o $@ $(LIBPATHS) $(LIBS)