diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2023-11-20 20:22:55 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2023-12-04 19:30:09 +0000 |
commit | 324ebec00666aeaa45828712fcc27b70ef86350a (patch) | |
tree | b4353c23d9237c3acd2bac82b9b3f923e52244d5 /compile.bat | |
parent | 44d805746e27c58f906ba73f541abcb363323a75 (diff) |
Add cutscene skipping to L4D quick reset
Also done with quite a lot of RE help from bill - thanks again!
Diffstat (limited to 'compile.bat')
-rw-r--r-- | compile.bat | 3 |
1 files changed, 1 insertions, 2 deletions
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
|