diff options
author | Camil Staps | 2018-12-24 00:18:11 +0100 |
---|---|---|
committer | Camil Staps | 2018-12-24 00:18:11 +0100 |
commit | 4a4eab4f0a5445b9cb977d2e3da70d7c512a3e64 (patch) | |
tree | 160b6f8f959ff34a8c4bb862faf67221f37ca85a /Makefile | |
parent | Nicer output, add CI (diff) |
Add -Wall -Wextra -Werror -Ofast
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ CLM:=clm CLMFLAGS:=-IL Platform -nr -nt +override CFLAGS:=-Wall -Wextra -Werror -Ofast $(CFLAGS) BIN:=sjit |