diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile index b09cc5d..91d7f13 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,7 @@ COLLECTORS += vmstat # compile settings -CFLAGS = -std=c11 -Wall -Wextra -pedantic -Wno-format-truncation $(if $(DEBUG),-g,-Os) -LDFLAGS = $(if $(DEBUG),-g,-Os -s) +CFLAGS = -std=c11 -Wall -Wextra -pedantic -Wno-format-truncation -g -O2 # build rules |