summaryrefslogtreecommitdiff
path: root/run_example
diff options
context:
space:
mode:
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