summaryrefslogtreecommitdiff
path: root/run_example
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2025-09-24 16:03:54 +0200
committerkkard2 <[email protected]>2025-09-24 16:03:54 +0200
commite66e6c79886b77d4b7f1a72bbb5947aec0a46a07 (patch)
treef21025a93322d53103332767bd0efacae70a4007 /run_example
parent83413173c00e0387fbf05cc3d764fcd6a43bf991 (diff)
ngl i don't think this is correct
Diffstat (limited to 'run_example')
-rwxr-xr-xrun_example2
1 files changed, 1 insertions, 1 deletions
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