diff options
author | sprhawk <hongbo@yang.me> | 2014-09-01 21:21:24 +0800 |
---|---|---|
committer | sprhawk <hongbo@yang.me> | 2014-09-01 21:21:24 +0800 |
commit | 1b81bd4834fec294a1e9983cf6e2570cbffde690 (patch) | |
tree | d8d7989106445b7be5ef34909bd76e280fc33726 | |
parent | 911cc6eba0a311bd941b774b3f8b5f9a06aaa2c9 (diff) | |
download | nrf51822-posix-build-scripts-1b81bd4834fec294a1e9983cf6e2570cbffde690.tar.gz nrf51822-posix-build-scripts-1b81bd4834fec294a1e9983cf6e2570cbffde690.tar.bz2 nrf51822-posix-build-scripts-1b81bd4834fec294a1e9983cf6e2570cbffde690.tar.xz nrf51822-posix-build-scripts-1b81bd4834fec294a1e9983cf6e2570cbffde690.zip |
remove release depends from release target
-rw-r--r-- | Makefile.common | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index c935dd0..b4cfbe8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -131,7 +131,6 @@ debug: $(OUTPUT_BINARY_DIRECTORY)/$(OUTPUT_FILENAME).bin $(OUTPUT_BINARY_DIRE .PHONY: release
# release: OUTPUT_FILENAME:=$(OUTPUT_FILENAME)-release -release: clean
release: CFLAGS += -DNDEBUG -O3
release: ASMFLAGS += -DNDEBUG -O3
release: $(OUTPUT_BINARY_DIRECTORY)/$(OUTPUT_FILENAME).bin $(OUTPUT_BINARY_DIRECTORY)/$(OUTPUT_FILENAME).hex
|