diff options
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 6fe9bb9..ed73fcd 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,4 +1,5 @@ -CFLAGS ?= -g -O2 -Wall -D_GNU_SOURCE -L../src/ +CFLAGS ?= -g -O2 +override CFLAGS += -Wall -D_GNU_SOURCE -L../src/ all_targets += io_uring-test io_uring-cp link-cp |