diff --git a/Makefile b/Makefile index 86b49e2..11f8b36 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ TESTSDIR = tests UNITTESTSDIR = tests/unit CC = gcc -CFLAGS = -std=c99 -Wall -O3 -g3 -march=native -mtune=native +CFLAGS = -std=c99 -Wall -O3 -march=native -mtune=native DEBUGFLAGS = -std=c99 -Wall -O0 -g3 LDFLAGS = -shared AR = ar