| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2022-02-17 18:39:44 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2022-02-17 18:39:44 +0100 |
| commit | 2f9f45b74bf4287e50dfcf127431735c225252dd (patch) | |
| tree | 464331b75fdc0934922b597fc31c086d2fce8c97 /Makefile | |
| parent | 08af514ba3fd9c1d4083c936b677ef74be0ad86b (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ PTHREADS_LIB_FLAGS ?= -pthread ################################################################################ CFLAGS += -O3 +CFLAGS += -Wall -Wextra -pedantic -Werror CFLAGS += -D_POSIX_SOURCE CFLAGS += -D_POSIX_C_SOURCE=200809L CFLAGS += $(PTHREADS_LIB_FLAGS) |


