From 324ebec00666aeaa45828712fcc27b70ef86350a Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 20 Nov 2023 20:22:55 +0000 Subject: Add cutscene skipping to L4D quick reset Also done with quite a lot of RE help from bill - thanks again! --- compile.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compile.bat') diff --git a/compile.bat b/compile.bat index fb635ba..ec420ed 100644 --- a/compile.bat +++ b/compile.bat @@ -19,8 +19,7 @@ set warnings=-Wall -pedantic -Wno-parentheses -Wno-missing-braces ^ set dbg=0 :: XXX: -Og would be nice but apparently a bunch of stuff still gets inlined -:: which can be somewhat annoying so -O0 it is. Still using -Og in the linux -:: script; will need to investigate when linux is actually a thing later. +:: which can be somewhat annoying so -O0 it is. if "%dbg%"=="1" ( set cflags=-O0 -g3 set ldflags=-O0 -g3 -- cgit v1.2.3