Skip to content
Snippets Groups Projects
Commit f444fb65 authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Add -ffast-math

parent 4a9a3607
No related branches found
No related tags found
No related merge requests found
PROGRAMS = simple rings spokes
CFLAGS = -O3 -Wall -Ilib -g -march=native
CFLAGS = -O3 -Wall -Ilib -g -march=native -ffast-math
CFLAGS += -Wno-tautological-constant-out-of-range-compare -Wno-gnu-static-float-init
LFLAGS = -lm -lstdc++ -g
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment