X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2FMakefile.cfg;h=ef17a140303105d0f30089e11fa8d87c7546b2b0;hb=e6b7fab5aac546bcd2be3c37ea14a3ab46cf92d5;hp=a1a0141af4c82c9ab3ccc53a57e2756af49b6433;hpb=0e36d520741f85150354f37de3d6e087ee75066c;p=tpg%2Facess2.git diff --git a/Usermode/Applications/Makefile.cfg b/Usermode/Applications/Makefile.cfg index a1a0141a..ef17a140 100644 --- a/Usermode/Applications/Makefile.cfg +++ b/Usermode/Applications/Makefile.cfg @@ -25,4 +25,7 @@ LDFLAGS += -rpath-link $(OUTPUTDIR)Libs # Extra-verbose errors! #CFLAGS += -Wall -Wextra -Wwrite-strings -Wshadow -Wswitch-default -Wswitch-enum -Wstrict-overflow=5 -Wfloat-equal -Wundef -Wmissing-declarations -Wlogical-op -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wsync-nand -Wunused -Wstrict-overflow=5 -Wfloat-equal -Wundef -Wno-endif-labels -Wshadow -Wunsafe-loop-optimizations -Wbad-function-cast -Wc++-compat -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-declarations -Wnormalized=nfc -Wpacked -Wpadded -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wdisabled-optimization -Woverlength-strings +CRTBEGIN = $(shell $(CC) $(CFLAGS) -print-file-name=crtbegin.o) +CRTEND = $(shell $(CC) $(CFLAGS) -print-file-name=crtend.o) + DIR = Bin