From c61b55011f08600e9a9e136c79a017ca1ab8f3ad Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Thu, 21 Mar 2024 08:55:04 -0400 Subject: [PATCH] Thu Mar 21 08:55:04 AM EDT 2024 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c69bd93..a4daef3 100644 --- a/build.sh +++ b/build.sh @@ -51,7 +51,7 @@ fi if [ "$1" = "simple" ] then - cflags="-D_GNU_SOURCE -std=c99" + cflags="-std=c99" else cflags="-std=c99 -I/usr/include/SDL2 -D__PTHREAD__ -D__SDL2__ -D__OPENCL__ -I/usr/include/SDL2 -D_REENTRANT" fi -- 2.39.5