From 5300b559d3e51385d352d9d7aa1608664162af59 Mon Sep 17 00:00:00 2001 From: John S <138552829+Multi-Volt@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:19:42 -0400 Subject: [PATCH] Fix weird comment in Makefile (#365) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2477261..7e942ece 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ COOPNET ?= 1 # Enable docker build workarounds DOCKERBUILD ?= 0 # Sets your optimization level for building. -# A choose is chosen by default for you. +# A choice is made by default for you. OPT_LEVEL ?= -1 # Enable compiling with more debug info. DEBUG_INFO_LEVEL ?= 2