Makefile: stop building with DWARF v2 debugging info

(cherry picked from commit 07f89fd6b5130b886ba20cf4e8a2f1022853fb14)
This commit is contained in:
Alam Ed Arias 2019-08-08 18:43:42 -04:00 committed by James R
parent 61a4e1e762
commit c12fac04c1

View file

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