From e66e6c79886b77d4b7f1a72bbb5947aec0a46a07 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Wed, 24 Sep 2025 16:03:54 +0200 Subject: ngl i don't think this is correct --- run_example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_example') diff --git a/run_example b/run_example index 80d6c10..046f066 100755 --- a/run_example +++ b/run_example @@ -1,3 +1,3 @@ #!/bin/bash cc -o example examples/platform/platform_x11.c examples/$1 \ - -lX11 -lm -Wall -Wextra -Wno-type-limits -Wno-pointer-sign -g && ./example + -lX11 -lm -Wall -Wextra -Wno-type-limits -Wno-pointer-sign -g -O3 -march=native && ./example -- cgit v1.3.1