Skip to content

Commit eece747

Browse files
committed
turn off optimizations
1 parent 97526b4 commit eece747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dtmd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC=gcc
2-
CFLAGS=-g -O2 -Wall -Iinclude -D_LARGEFILE64_SOURCE # -DDEBUG
2+
CFLAGS=-g -O2 -Wall -Iinclude -D_LARGEFILE64_SOURCE -O0 # -DDEBUG
33
SOCKHUB_PREFIX=../sockhub
44
SOCKHUB_CFLAGS=-I"$(SOCKHUB_PREFIX)"
55

0 commit comments

Comments
 (0)