We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6b36c commit feafb71Copy full SHA for feafb71
1 file changed
QLColorCode.xcodeproj/project.pbxproj
@@ -194,7 +194,7 @@
194
};
195
26BAC9BC257CE93200486D28 /* lua */ = {
196
isa = PBXLegacyTarget;
197
- buildArgumentsString = "-j9 $(ACTION) MYCFLAGS=-std=c99 MYLDFLAGS= MYLIBS=-ldl";
+ buildArgumentsString = "-j9 $(ACTION) CFLAGS=\"-Wall -O2 -std=c99 -fno-stack-protector -fno-common\" MYLDFLAGS= MYLIBS=-ldl";
198
buildConfigurationList = 26BAC9BD257CE93200486D28 /* Build configuration list for PBXLegacyTarget "lua" */;
199
buildPhases = (
200
);
0 commit comments