mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
chore(enableStatusGoOptimizations): Optimise Release build with O3 CFLAG
This commit is contained in:
parent
e88369a83e
commit
4e54ee57a6
2
Makefile
2
Makefile
@ -220,6 +220,8 @@ else
|
|||||||
# Additional optimization flags for release builds are not included at present;
|
# Additional optimization flags for release builds are not included at present;
|
||||||
# adding them will involve refactoring config.nims in the root of this repo
|
# adding them will involve refactoring config.nims in the root of this repo
|
||||||
NIM_PARAMS += -d:release
|
NIM_PARAMS += -d:release
|
||||||
|
STATUSGO_MAKE_PARAMS += CGO_CFLAGS="-O3"
|
||||||
|
STATUSKEYCARDGO_MAKE_PARAMS += CGO_CFLAGS="-O3"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
NIM_PARAMS += --outdir:./bin
|
NIM_PARAMS += --outdir:./bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user