diff options
| author | @syxhe <https://t.me/syxhe> | 2025-03-28 17:23:55 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-03-28 17:23:55 -0500 |
| commit | 97713275dc87ea1d0afa4fd6bc49f695ad40efc0 (patch) | |
| tree | 3bd1d8c14639808a66b3a5b6e7a27f6a7261cce5 /src/Makefile | |
| parent | cfdd25cdd8efabaa43446036e0ff0c326c001f8f (diff) | |
Create xalloc function and wrappers, fix XALLOC_EXIT usages to comply with ISO C99
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 4bddadf..4450727 100644 --- a/src/Makefile +++ b/src/Makefile | |||
| @@ -5,7 +5,7 @@ SHELL = /usr/bin/env -S bash | |||
| 5 | # RELEASE_CFLAGS := -O3 -fipa-pta -fipa-cp -fuse-linker-plugin -flto=auto | 5 | # RELEASE_CFLAGS := -O3 -fipa-pta -fipa-cp -fuse-linker-plugin -flto=auto |
| 6 | # RELEASE_LDFLAGS := -fuse-linker-plugin -flto=auto | 6 | # RELEASE_LDFLAGS := -fuse-linker-plugin -flto=auto |
| 7 | 7 | ||
| 8 | CFLAGS = -Wall -Wextra -Wpedantic -pedantic-errors -fanalyzer -Wanalyzer-too-complex -ggdb -g3 -O0 $$(pkg-config --cflags libsodium) | 8 | CFLAGS = -std=c2x -Wall -Wextra -Wpedantic -pedantic-errors -fanalyzer -Wanalyzer-too-complex -ggdb -g3 -O0 $$(pkg-config --cflags libsodium) |
| 9 | LDLIBS += $$(pkg-config --libs-only-l libsodium) | 9 | LDLIBS += $$(pkg-config --libs-only-l libsodium) |
| 10 | LDFLAGS += $$(pkg-config --libs-only-L libsodium) | 10 | LDFLAGS += $$(pkg-config --libs-only-L libsodium) |
| 11 | 11 | ||
