Skip to content

Commit

Permalink
Add IEEE80211_STA_ONLY macro to reduce the Binary file size, will rem…
Browse files Browse the repository at this point in the history
…ove if we finally support AP mode.
  • Loading branch information
zxystd committed May 29, 2022
1 parent 84f351d commit bdbbdfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions itlwm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2262,6 +2262,7 @@
"$(inherited)",
"ITLWM_VERSION=\\\"${MODULE_VERSION}\\\"",
"GIT_COMMIT=\\\"${GIT_COMMIT}\\\"",
IEEE80211_STA_ONLY,
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Expand Down Expand Up @@ -2328,6 +2329,7 @@
GCC_PREPROCESSOR_DEFINITIONS = (
"ITLWM_VERSION=\\\"${MODULE_VERSION}\\\"",
"GIT_COMMIT=\\\"${GIT_COMMIT}\\\"",
IEEE80211_STA_ONLY,
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Expand Down

0 comments on commit bdbbdfc

Please sign in to comment.