diff options
author | Ren Kararou <[email protected]> | 2024-12-27 00:12:10 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2024-12-27 00:12:10 -0600 |
commit | dc3aeb792e176d301915b84f5f6ea69e72053970 (patch) | |
tree | 0dfda0d4982a9ecddc4ed7ae0df191a653e74e53 /makefile | |
parent | fe8e86869df900cfea9f7c0895f1563d18915424 (diff) | |
download | nbtpd-dc3aeb792e176d301915b84f5f6ea69e72053970.tar.gz nbtpd-dc3aeb792e176d301915b84f5f6ea69e72053970.tar.bz2 nbtpd-dc3aeb792e176d301915b84f5f6ea69e72053970.zip |
startup code nearly complete
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile index 628329d..eac6ed1 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ CC:=clang -CFLAGS:=-march=native -O3 -funroll-loops +CFLAGS:=-march=native -O3 -funroll-loops -Wall -Wextra -Werror LDFLAGS:=-flto=thin INCLUDES=-Iinc/ |