Skip to content
Snippets Groups Projects
Commit f70b9ee3 authored by Makarand Dharmapurikar's avatar Makarand Dharmapurikar
Browse files

added correct preprocessor defines to xcodeproj

parent b4e97270
No related branches found
No related tags found
No related merge requests found
......@@ -1282,7 +1282,9 @@
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
"HOST_PORT=$(HOST_PORT)",
"HOST_PORT_LOCALSSL=$(HOST_PORT_LOCALSSL)",
"HOST_PORT_LOCAL=$(HOST_PORT_LOCAL)",
"HOST_PORT_REMOTE=$(HOST_PORT_REMOTE)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment