diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-06-11 21:35:47 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-06-11 21:35:47 +0530 |
| commit | 723e140d5525cdc4572f5b859ec7b66433b5e32b (patch) | |
| tree | 9fdbcabe7c41fc45f57ab17ad846de90f67f4d39 /config.mk | |
| parent | e4380093d694f075e07f489e2c2e764785b441f2 (diff) | |
| parent | c03ec39437b473526080f496d6c8564e98bea1d7 (diff) | |
what the actual fuck?
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -23,8 +23,11 @@ HAVE_LIBWEBP = $(OPT_DEP_DEFAULT) # Compiler and linker CC = c99 -# CFLAGS, any optimization flags goes here -CFLAGS = -Wall -pedantic +# CFLAGS, any additional compiler flags goes here +CFLAGS = -Wall -pedantic -O2 -DNDEBUG +# Uncomment for a debug build using gcc/clang +# CFLAGS = -Wall -pedantic -DDEBUG -g3 -fsanitize=address,undefined +# LDFLAGS = $(CFLAGS) # icons that will be installed via `make icon` ICONS = 16x16.png 32x32.png 48x48.png 64x64.png 128x128.png |
