Skip to content

Commit

Permalink
add -O3 for zmat units
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 18, 2020
1 parent a9d6971 commit 4e95e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ intelcpu:
static: LINKOPT:=-Wl,-Bstatic -Wl,-Bdynamic -static-libgcc -static-libstdc++ $(LINKOPT) -Wl,-Bstatic -lm -Wl,-Bdynamic

$(ZMATLIB):
-$(MAKE) -C zmat lib AR=ar CPPOPT="$(DLLFLAG)" CCOPT="$(DLLFLAG)" USERLINKOPT=
-$(MAKE) -C zmat lib AR=ar CPPOPT="-O3 $(DLLFLAG)" CCOPT="-O3 $(DLLFLAG)" USERLINKOPT=

clean:
-$(MAKE) -C zmat clean
Expand Down

0 comments on commit 4e95e18

Please sign in to comment.