diff options
Diffstat (limited to 'run_example')
| -rwxr-xr-x | run_example | 2 |
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 |
