scottdraves / flam3

the original fractal flame renderer and genetic language
GNU General Public License v3.0
394 stars 73 forks source link

Please use CFLAGS when supplied by the caller #25

Open yurivict opened 6 years ago

yurivict commented 6 years ago

-g -O3 shouldn't be hardcoded. Instead, it should say CFLAGS?=-g -O3. We already pass optimization flags from outside in the FreeBSD port.