--- hatari/src/uae-cpu/Makefile 2019/04/01 07:10:23 1.1.1.2 +++ hatari/src/uae-cpu/Makefile 2019/04/01 07:10:40 1.1.1.3 @@ -1,6 +1,6 @@ # Set flags passed to the compiler (e.g. optimization flags) -CMPLRFLAGS = -O3 -fomit-frame-pointer -Wall -Wno-unused +CMPLRFLAGS = -g -O2 -Wall -Wno-unused # SDL-Library configuration: SDLLIB = $(shell sdl-config --libs)