Skip to content
Snippets Groups Projects
Commit 0cf48570 authored by jdh8d's avatar jdh8d
Browse files

Removed -static flag

Former-commit-id: 85ed4ebad4a015c326b5846920a8d6c7a9309d01
parent ad901204
No related branches found
No related tags found
No related merge requests found
CC=DO_NOT_USE
CXX=DO_NOT_USE
CFLAGS=DO_NOT_USE
LD=DO_NOT_USE
.SUFFIXES: .o .c .cpp .stock .protected
exes=hanoi++.protected newdel.protected newdel_broke1.protected newdel_broke2.protected newdel_broke3.protected newdel_broke4.protected newdel_broke5.protected newdel_broke6.protected newdel_broke7.protected throw.protected newdelete1.protected newdelete2.protected newdelete3.protected newdelete4.protected newdelete5.protected newdelete6.protected
......@@ -18,16 +13,16 @@ all: env_check ${exes}
.PHONY: env_check
.stock.protected:
${PEASOUP_HOME}/tools/ps_analyze.sh $< $@
${PEASOUP_HOME}/tools/ps_analyze.sh $< $@ --step concolic=off
.o.stock:
g++ -static -Bstatic $< -o $@
g++ $< -o $@
.c.o:
${PEASOUP_HOME}/tools/ps_comp.sh $<
$(CC) -c $<
.cpp.o:
${PEASOUP_HOME}/tools/ps_comp++.sh $<
$(CXX) -c $<
chopzero:
@ if [ ! -f chopzero ]; then gcc chopzero.c -o chopzero -O3 ; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment