Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Turn optimisation back on for libswiftnav, update to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoble committed Apr 17, 2014
1 parent 89a94e1 commit f4a590b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ libopencm3/lib/libopencm3_stm32f4.a:
libswiftnav/build/src/libswiftnav-static.a: .FORCE
@printf "BUILD libswiftnav\n"; \
mkdir -p libswiftnav/build; cd libswiftnav/build; \
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-gcc-arm-embedded.cmake $(CMAKEFLAGS) ../
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-gcc-arm-embedded.cmake $(CMAKEFLAGS) ../
$(MAKE) -C libswiftnav/build $(MAKEFLAGS)

clean:
Expand Down
2 changes: 1 addition & 1 deletion libswiftnav

0 comments on commit f4a590b

Please sign in to comment.