Daniele Bartolini 11 лет назад
Родитель
Сommit
a7cb6546f6
1 измененных файлов с 0 добавлено и 14 удалено
  1. 0 14
      genie/openal.lua

+ 0 - 14
genie/openal.lua

@@ -17,31 +17,17 @@ project "openal"
 		"_LARGE_FILES",
 	}
 
-	configuration { "debug" }
-		defines {
-			"_DEBUG",
-		}
-
-	configuration { "development or release" }
-		defines {
-			"NDEBUG",
-		}
-
 	configuration { "development or release", "linux-*" }
 		buildoptions {
-			"-O2",
 			"-fomit-frame-pointer",
 		}
 
 	configuration { "vs*" }
 		defines {
-			"WIN32",
 			"_WINDOWS",
-			"_WIN32",
 			"_WIN32_WINNT=0x0502",
 			"restrict=",
 			"inline=__inline",
-			"_CRT_SECURE_NO_WARNINGS",
 			"_CRT_NONSTDC_NO_DEPRECATE",
 			"strcasecmp=_stricmp",
 			"strncasecmp=_strnicmp",