We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c75cb2 commit 9295206Copy full SHA for 9295206
Makefile
@@ -1,5 +1,5 @@
1
CC = gcc
2
-CFLAGS = -std=c17 -Wall -Wextra -Wpedantic -g
+CFLAGS = -std=c17 -Wall -Wextra -Wpedantic -O3
3
4
TARGET = LLTests
5
MODULES = NormalLL ArrayLL
0 commit comments