2020-11-08 release take 2
This commit is contained in:
parent
b1f67dfc1a
commit
204682fb87
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -28,9 +28,9 @@ endif
|
||||||
# Windows cross compilation from Linux
|
# Windows cross compilation from Linux
|
||||||
#CONFIG_WIN32=y
|
#CONFIG_WIN32=y
|
||||||
# use link time optimization (smaller and faster executables but slower build)
|
# use link time optimization (smaller and faster executables but slower build)
|
||||||
#CONFIG_LTO=y
|
CONFIG_LTO=y
|
||||||
# consider warnings as errors (for development)
|
# consider warnings as errors (for development)
|
||||||
CONFIG_WERROR=y
|
#CONFIG_WERROR=y
|
||||||
# force 32 bit build for some utilities
|
# force 32 bit build for some utilities
|
||||||
#CONFIG_M32=y
|
#CONFIG_M32=y
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue