Skip to content

Commit b6be906

Browse files
committed
GNUmakefile: avoid tabs
1 parent 60a5df5 commit b6be906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GNUmakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ ifeq "$(shell echo 'int main() { return 0;}' | $(CC) $(CFLAGS) -fsanitize=addres
211211
endif
212212

213213
ifdef ASAN_BUILD
214-
$(info Compiling ASAN version of binaries)
215-
CFLAGS+=$(ASAN_CFLAGS)
216-
LDFLAGS+=$(ASAN_LDFLAGS)
214+
$(info Compiling ASAN version of binaries)
215+
CFLAGS+=$(ASAN_CFLAGS)
216+
LDFLAGS+=$(ASAN_LDFLAGS)
217217
endif
218218

219219
ifeq "$(shell echo '$(HASH)include <sys/ipc.h>@$(HASH)include <sys/shm.h>@int main() { int _id = shmget(IPC_PRIVATE, 65536, IPC_CREAT | IPC_EXCL | 0600); shmctl(_id, IPC_RMID, 0); return 0;}' | tr @ '\n' | $(CC) $(CFLAGS) -x c - -o .test2 2>/dev/null && echo 1 || echo 0 ; rm -f .test2 )" "1"

0 commit comments

Comments
 (0)