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

Added -q (quiet mode) for bc++ command-lines.

parent ec24c477
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
DEBUG = 1 # Comment out for release (non-debug) version DEBUG = 1 # Comment out for release (non-debug) version
ifdef bcc ifdef bcc
CC = bc++ CC = bc++
CFLAGS = -w -D__unix__ CFLAGS = -q -w -D__unix__
else else
CC = gcc CC = gcc
CFLAGS = -Wall -O CFLAGS = -Wall -O
...@@ -42,7 +42,7 @@ CFLAGS += -D_THREAD_SAFE ...@@ -42,7 +42,7 @@ CFLAGS += -D_THREAD_SAFE
LFLAGS := -pthread LFLAGS := -pthread
else # Linux / Other UNIX else # Linux / Other UNIX
ifdef bcc ifdef bcc
LFLAGS := libpthread.a LFLAGS := -q libpthread.a
else else
LFLAGS := -lpthread LFLAGS := -lpthread
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment