diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CXX = g++ -CXXFLAGS = -Wall -Wextra -std=c++11 -O2 -fwrapv +CXXFLAGS = -Wall -Wextra -std=c++11 -O3 -fwrapv LDFLAGS = -pthread .PHONY: all clean remake |
index : roots | ||
Plotting roots of polynomials | git daemon user |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -1,5 +1,5 @@ CXX = g++ -CXXFLAGS = -Wall -Wextra -std=c++11 -O2 -fwrapv +CXXFLAGS = -Wall -Wextra -std=c++11 -O3 -fwrapv LDFLAGS = -pthread .PHONY: all clean remake |