Skip to content

Commit

Permalink
Does not attempt to get commit id
Browse files Browse the repository at this point in the history
  • Loading branch information
mike632t committed Feb 7, 2025
1 parent 9d6bba6 commit a12ccdb
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions mr.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@

@ECHO OFF
FOR /F "tokens=*" %%s IN ('git log -1 HEAD --format^=%%h ') DO (SET COMMIT=%%s)
rem ECHO %COMMIT%

rem with RSS
cl /W4 /wd4706 /wd4996 /nologo ntvcm.cxx x80.cxx /DNDEBUG /DCOMMIT_ID=%COMMIT% /DNTVCM_RSS_SUPPORT /openmp /I. /GS- /GL /Oti2 /Ob3 /Qpar /Fa /FAsc /EHac /Zi /jumptablerdata /D_AMD64_ /link user32.lib /OPT:REF
cl /W4 /wd4706 /wd4996 /nologo ntvcm.cxx x80.cxx /DNDEBUG /DNTVCM_RSS_SUPPORT /openmp /I. /GS- /GL /Oti2 /Ob3 /Qpar /Fa /FAsc /EHac /Zi /jumptablerdata /D_AMD64_ /link user32.lib /OPT:REF

rem without RSS
rem cl /W4 /wd4706 /wd4996 /nologo ntvcm.cxx x80.cxx /DNDEBUG /DCOMMIT_ID=%COMMIT% /I. /GS- /GL /Oti2 /Ob3 /Qpar /Fa /FAsc /EHac /Zi /jumptablerdata /D_AMD64_ /link user32.lib ntdll.lib /OPT:REF

rem cl /W4 /wd4706 /wd4996 /nologo ntvcm.cxx x80.cxx /DNDEBUG /I. /GS- /GL /Oti2 /Ob3 /Qpar /Fa /FAsc /EHac /Zi /jumptablerdata /D_AMD64_ /link user32.lib ntdll.lib /OPT:REF

0 comments on commit a12ccdb

Please sign in to comment.