Mercurial > hg > beaglert
diff Makefile @ 192:1402f22fc99a
merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Wed, 03 Feb 2016 01:21:41 +0000 |
parents | 3b8a28edae41 |
children | c3a34eaef0cf |
line wrap: on
line diff
--- a/Makefile Wed Feb 03 01:18:30 2016 +0000 +++ b/Makefile Wed Feb 03 01:21:41 2016 +0000 @@ -64,7 +64,7 @@ build/source/%.o: ./source/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - gcc $(SYNTAX_FLAG) $(INCLUDES) -O2 -Wall -c -fmessage-length=0 -U_FORTIFY_SOURCE -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" -std=c99 + gcc $(SYNTAX_FLAG) $(INCLUDES) -O2 -Wall -c -fmessage-length=0 -U_FORTIFY_SOURCE -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" -std=c99 -mfpu=neon @echo 'Finished building: $<' @echo ' '