From cfbb40b1d08a110a3616a21224c2c13329d12e43 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 10 Mar 2024 09:20:53 +0100 Subject: windows: redraw while resizing --- build_win32.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_win32.bat') diff --git a/build_win32.bat b/build_win32.bat index 7c4e008..d16a7ca 100644 --- a/build_win32.bat +++ b/build_win32.bat @@ -12,9 +12,9 @@ ld -r -b binary -o bin/debug/data.obj LICENSE misc/logo_64.png imgui/LICENSE imf if "%1"=="-release" ( @set OUT_DIR=bin\\release - @set FLAGS=/GL /OPT:REF /O2 + @set FLAGS=/GL /O2 /DTS_RELEASE ) mkdir %OUT_DIR% -cl /std:c++17 /nologo /W3 /Zi /MD /EHsc /Isrc/windows /Iimgui /Iimgui/backends /Isrc /utf-8 %INCLUDES% /D UNICODE /D _UNICODE %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fd%OUT_DIR%/vc140.pdb /Fo%OUT_DIR%/ /link %LIBS% +cl /std:c++17 /nologo %FLAGS% /W3 /Zi /MD /EHsc /Isrc/windows /Iimgui /Iimgui/backends /Isrc /utf-8 %INCLUDES% /D UNICODE /D _UNICODE %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fd%OUT_DIR%/vc140.pdb /Fo%OUT_DIR%/ /link %LIBS% if "%1"=="-r" call "bin/debug/text-search.exe" if "%1"=="-d" call devenv "bin/debug/text-search.exe" -- cgit v1.2.3-70-g09d2