From 67abc25311d9dc7d12b28d07aaa37fcaf9b5fee5 Mon Sep 17 00:00:00 2001 From: Krow Savcik Date: Sun, 11 Feb 2024 00:22:58 +0200 Subject: fix some warnings and compilation errors --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index e234f8b..6f21cc3 100644 --- a/config.mk +++ b/config.mk @@ -1,6 +1,6 @@ # INCS = `sdl2-config --cflags` -CFLAGS = -std=c89 -DSDL_DISABLE_IMMINTRIN_H -w -I. +CFLAGS = -DSDL_DISABLE_IMMINTRIN_H -I. -w -g LIBS = -lm -lSDL2 -lSDL2_image CC = cc -- cgit v1.2.3