added optimalisation to CFLAGS
This commit is contained in:
parent
dbe1ba2749
commit
5681a17a5e
2
Makefile
2
Makefile
@ -16,7 +16,7 @@
|
||||
|
||||
# Compiler Settings
|
||||
CC=cc
|
||||
CFLAGS=-Wall -Wextra -Werror -Wcomment -Wformat -Wformat-security -Wmain -Wnonnull -Wunused -std=gnu11
|
||||
CFLAGS=-Wall -Wextra -Werror -Wcomment -Wformat -Wformat-security -Wmain -Wnonnull -Wunused -std=gnu11 -O2
|
||||
|
||||
# Source Code
|
||||
SRC_CORE=./src/core/lib/*.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user