Makefile: stop building with DWARF v2 debugging info

This commit is contained in:
Alam Ed Arias 2019-08-08 18:43:42 -04:00
parent 66f84efd02
commit 07f89fd6b5
1 changed files with 0 additions and 4 deletions

View File

@ -36,10 +36,6 @@ ifndef GCC44
#OPTS+=-mms-bitfields
endif
ifndef MINGW64
OPTS+=-gdwarf-2
endif
ifndef SDL
OPTS+=-D_WINDOWS
endif