File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ REG=reg
1515SERVICENAME =AlgodSvc
1616SERVICEDISPLAYNAME ="Algorand Node Windows Service"
1717CC =g++
18- CFLAGS =-Wall -static -pedantic -O2 -g -fanalyzer -DFORTIFY_SOURCE =2 -fstack-protector
18+ CFLAGS =-Wall -static -pedantic -O2 -g -fanalyzer -D_FORTIFY_SOURCE =2 -fstack-protector
1919LDFLAGS =-municode
2020OUTNAME =algodsvc
2121TARGET =$(OUTNAME ) .exe
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PCHSOURCE=./inc/json.hpp
2323PCHOUT =json.hpp.gch
2424CADLL =$(CABASENAME ) .dll
2525CC =g++
26- CFLAGS =-Wall -Wextra -static -shared -pedantic -O2 -g -fanalyzer -DFORTIFY_SOURCE =2 -fstack-protector -lmsi -municode
26+ CFLAGS =-Wall -Wextra -static -shared -pedantic -O2 -g -fanalyzer -D_FORTIFY_SOURCE =2 -fstack-protector -lmsi -municode
2727SOURCES =AlgorandNode.wxs UI.wxs WelcomeDlg_2.wxs NodeConfigDlg.wxs MessageDlg.wxs
2828SUFFIX =$(ALGOVERSION ) -$(NETWORK )
2929OBJDIR =./obj-$(SUFFIX ) /
You can’t perform that action at this time.
0 commit comments