diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-09-23 20:56:37 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-09-23 20:56:37 +0200 |
commit | 16f37ff056aa29f22e2b288d202867663e165486 (patch) | |
tree | baf0c62c726a2651d11ea523d2e071ac9ac466a1 /Makefile | |
parent | 40e26d2bc72213c3fc0633038b7da58da10b4707 (diff) |
Enable warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ .POSIX: -CFLAGS = -Ofast -march=native -mtune=native -pipe +CFLAGS = -Ofast -march=native -mtune=native -pipe -Wall -Wextra -Werror -pedantic PREFIX = /usr target = center |