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