We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97526b4 commit eece747Copy full SHA for eece747
dtmd/Makefile
@@ -1,5 +1,5 @@
1
CC=gcc
2
-CFLAGS=-g -O2 -Wall -Iinclude -D_LARGEFILE64_SOURCE # -DDEBUG
+CFLAGS=-g -O2 -Wall -Iinclude -D_LARGEFILE64_SOURCE -O0 # -DDEBUG
3
SOCKHUB_PREFIX=../sockhub
4
SOCKHUB_CFLAGS=-I"$(SOCKHUB_PREFIX)"
5
0 commit comments