mirror of
https://github.com/amnezia-vpn/amneziawg-tools.git
synced 2025-04-18 14:46:54 +02:00
wg: add default cflag
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
a8baff2ab3
commit
fc72510937
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ LIBDIR ?= $(PREFIX)/lib
|
|||
MANDIR ?= $(PREFIX)/share/man
|
||||
RUNSTATEDIR ?= /var/run
|
||||
|
||||
CFLAGS ?= -O3
|
||||
CFLAGS += -std=gnu11
|
||||
CFLAGS += -pedantic -Wall -Wextra
|
||||
CFLAGS += -MMD
|
||||
|
|
Loading…
Add table
Reference in a new issue