We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f67df commit 204682fCopy full SHA for 204682f
Makefile
@@ -28,9 +28,9 @@ endif
28
# Windows cross compilation from Linux
29
#CONFIG_WIN32=y
30
# use link time optimization (smaller and faster executables but slower build)
31
-#CONFIG_LTO=y
+CONFIG_LTO=y
32
# consider warnings as errors (for development)
33
-CONFIG_WERROR=y
+#CONFIG_WERROR=y
34
# force 32 bit build for some utilities
35
#CONFIG_M32=y
36
0 commit comments