Skip to content
Snippets Groups Projects
Commit ace4f0f6 authored by rswindell's avatar rswindell
Browse files

Disable optimizations in debug Kylix build.

parent 21492e1a
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ DEBUG = 1 # Comment out for release (non-debug) version
ifdef bcc
CC = bc++ -q
LD = ilink -q
CFLAGS = -D__unix__ -w-csu -w-pch -w-ccc -w-rch -w-par -w-aus -O2
CFLAGS = -D__unix__ -w-csu -w-pch -w-ccc -w-rch -w-par -w-aus
else
CC = gcc
LD = ld
......@@ -70,7 +70,7 @@ endif
ifdef DEBUG
ifdef bcc
CFLAGS += -y -v
CFLAGS += -y -v -Od
else
CFLAGS += -g
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment