Remove -O2 flag for now
This commit is contained in:
parent
bf7ed6e8e1
commit
35e2aa2ddf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ STRIP ?= strip
|
||||||
PKG_CONFIG ?= pkg-config
|
PKG_CONFIG ?= pkg-config
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
VERSION := $(shell if [ -d .git ] && which git 2>&1 > /dev/null; then git describe --always | tail -c +2; else echo $$STANDALONE_VERSION; fi)
|
VERSION := $(shell if [ -d .git ] && which git 2>&1 > /dev/null; then git describe --always | tail -c +2; else echo $$STANDALONE_VERSION; fi)
|
||||||
CFLAGS += -Wall -g -DNMRPFLASH_VERSION=\"$(VERSION)\" -O2
|
CFLAGS += -Wall -g -DNMRPFLASH_VERSION=\"$(VERSION)\"
|
||||||
SUFFIX ?=
|
SUFFIX ?=
|
||||||
MACOS_SDK ?= macosx11.1
|
MACOS_SDK ?= macosx11.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue