Change compiler optimization to level 2

This commit is contained in:
Arkaprabha Chakraborty
2023-05-30 01:45:33 +05:30
parent a9eafc08f4
commit b98e4ede8f

View File

@@ -1,5 +1,5 @@
CC=gcc
CFLAGS=-Ofast -lm
CFLAGS=-O2 -lm
BIN=torus
$(BIN): $(BIN).c