added optimalisation to CFLAGS

This commit is contained in:
Václav Šmejkal 2022-12-04 18:59:50 +01:00
parent dbe1ba2749
commit 5681a17a5e
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -16,7 +16,7 @@
# Compiler Settings # Compiler Settings
CC=cc 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 # Source Code
SRC_CORE=./src/core/lib/*.c SRC_CORE=./src/core/lib/*.c