commit f9339e3c9fae919c93fb038608ac3fdee223d6af
parent b99a9a2df22e9f27009816106e7261cd10583299
Author: ssnf <ssnf@ssnf.xyz>
Date: Sat, 24 Jun 2023 15:44:26 +0000
Makefile: remove a few flags
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -1,5 +1,5 @@
CC = cc
-CFLAGS = -Os -ansi -Wall -Wpedantic -Wno-deprecated-declarations -Wno-return-type
+CFLAGS = -Os -ansi -Wall -Wpedantic
#CFLAGS = -O0 -g -ansi -Wall -Wpedantic
SRC = sim.c posix.c
OBJ = ${SRC:.c=.o}