diff --git a/Makefile b/Makefile index 766a7e1..e6ae827 100644 --- a/Makefile +++ b/Makefile @@ -28,9 +28,9 @@ endif # Windows cross compilation from Linux #CONFIG_WIN32=y # use link time optimization (smaller and faster executables but slower build) -#CONFIG_LTO=y +CONFIG_LTO=y # consider warnings as errors (for development) -CONFIG_WERROR=y +#CONFIG_WERROR=y # force 32 bit build for some utilities #CONFIG_M32=y