Skip to content

Commit 204682f

Browse files
committed
2020-11-08 release take 2
1 parent b1f67df commit 204682f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ endif
2828
# Windows cross compilation from Linux
2929
#CONFIG_WIN32=y
3030
# use link time optimization (smaller and faster executables but slower build)
31-
#CONFIG_LTO=y
31+
CONFIG_LTO=y
3232
# consider warnings as errors (for development)
33-
CONFIG_WERROR=y
33+
#CONFIG_WERROR=y
3434
# force 32 bit build for some utilities
3535
#CONFIG_M32=y
3636

0 commit comments

Comments
 (0)