summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2025-09-24 16:17:10 +0200
committerkkard2 <[email protected]>2025-09-24 16:17:10 +0200
commitea66b9e7861057b464b8fe98ba44e4eb680a18a3 (patch)
tree26d1d231e658f4d97acbd8681afd1f5512375696
parentb76e677681bb2bc258246edcd2e4d7f7a1a7bd36 (diff)
nvm fast math introduces artifacts
-rwxr-xr-xrun_example2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_example b/run_example
index a035d74..4dc2b75 100755
--- a/run_example
+++ b/run_example
@@ -1,4 +1,4 @@
#!/bin/bash
cc -o example examples/platform/platform_x11.c examples/$1 \
-lX11 -lm -Wall -Wextra -Wno-type-limits -Wno-pointer-sign -g \
- -O3 -march=native -flto -ffast-math && ./example
+ -O3 -march=native -flto && ./example