tweak: add static compilation option
This commit is contained in:
parent
00684179e1
commit
b128793fc3
|
@ -34,6 +34,9 @@ FORMATTER=clang-format -i -style=$(STYLE_BLUEPRINT)
|
|||
build: $(SRC)
|
||||
$(CC) $(OPTIMIZED) $(DEBUG) $(SRC) $(OPENMP) $(MATH) -o $(OUTPUT)
|
||||
|
||||
static:
|
||||
$(CC) $(OPTIMIZED) $(DEBUG) $(SRC) $(OPENMP) $(MATH) -o $(OUTPUT)
|
||||
|
||||
format: $(SRC)
|
||||
$(FORMATTER) $(SRC)
|
||||
|
||||
|
|
BIN
C/out/samples
BIN
C/out/samples
Binary file not shown.
Loading…
Reference in New Issue
Block a user