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 3750c11 commit 96b8ea2Copy full SHA for 96b8ea2
drivers/net/wireguard/Makefile
@@ -2,8 +2,7 @@
2
#
3
# Copyright (C) 2015-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
4
5
-ccflags-y := -O3
6
-ccflags-y += -D'pr_fmt(fmt)=KBUILD_MODNAME ": " fmt'
+ccflags-y := -D'pr_fmt(fmt)=KBUILD_MODNAME ": " fmt'
7
ccflags-$(CONFIG_WIREGUARD_DEBUG) += -DDEBUG
8
wireguard-y := main.o
9
wireguard-y += noise.o
0 commit comments