diff options
| author | Lázaro Albuquerque <[email protected]> | 2024-06-16 04:42:50 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-16 10:42:50 +0200 |
| commit | cc40a91343b124abf87ab0ae2fae22abf1f9561b (patch) | |
| tree | be186a9039656e1f9c9f465f79ab7782df26c59e /cmake/LibraryConfigurations.cmake | |
| parent | 04735fa9bb0b1de1027e1b502e046c9cb161c096 (diff) | |
| download | raylib-cc40a91343b124abf87ab0ae2fae22abf1f9561b.tar.gz raylib-cc40a91343b124abf87ab0ae2fae22abf1f9561b.zip | |
[build] Fix some warnings on web builds and remove some redundant flags. (#4069)
* update
* Revert "update"
This reverts commit e8adcabd94830be66938e12143c8fe23cdeab605.
* update
* remove a not stricly required flag
Diffstat (limited to 'cmake/LibraryConfigurations.cmake')
| -rw-r--r-- | cmake/LibraryConfigurations.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/LibraryConfigurations.cmake b/cmake/LibraryConfigurations.cmake index 23a7ec2f..f6dd4f31 100644 --- a/cmake/LibraryConfigurations.cmake +++ b/cmake/LibraryConfigurations.cmake @@ -59,7 +59,6 @@ if (${PLATFORM} MATCHES "Desktop") elseif (${PLATFORM} MATCHES "Web") set(PLATFORM_CPP "PLATFORM_WEB") set(GRAPHICS "GRAPHICS_API_OPENGL_ES2") - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -s USE_GLFW=3 -s ASSERTIONS=1 --profiling") set(CMAKE_STATIC_LIBRARY_SUFFIX ".a") elseif (${PLATFORM} MATCHES "Android") |
