![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/share/emscripten/tests/freealut/admin/CMakeModules/ |
Upload File : |
IF(CMAKE_COMPILER_IS_GNUCC) #ADD_DEFINITIONS(-std=c99) IF(WARNINGS) SET(ADD_WFLAGS "${ADD_WFLAGS} -Wall -ansi -pedantic -W") IF(MORE_WARNINGS) SET(ADD_WFLAGS "${ADD_WFLAGS} -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Winline -Wlong-long -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-compare -Wstrict-prototypes -Wwrite-strings") ENDIF(MORE_WARNINGS) # Should we use turn warnings into errors? IF(USE_WERROR) SET(ADD_WFLAGS "${ADD_WFLAGS} -Werror -pedantic-errors") ENDIF(USE_WERROR) ENDIF(WARNINGS) IF(OPTIMIZATION) SET(ADD_CFLAGS "${ADD_CFLAGS} -O2 -finline-functions -ffast-math") ENDIF(OPTIMIZATION) IF(PROFILE) SET(ADD_CFLAGS "${ADD_CFLAGS} -pg") SET(ADD_LDFLAGS "-pg") ELSE(PROFILE) IF(OPTIMIZATION) # -pg and -fomit-frame-pointer are incompatible SET(ADD_CFLAGS "${ADD_CFLAGS} -fomit-frame-pointer") ENDIF(OPTIMIZATION) ENDIF(PROFILE) ELSE(CMAKE_COMPILER_IS_GNUCC) MESSAGE("Your compiler isn't fully supported yet - no flags set.") ENDIF(CMAKE_COMPILER_IS_GNUCC)