alexey.lysiuk
|
9d49e33a80
|
- cleaned POSIX compiler arguments for libraries
Removed omission of frame pointers as it makes crash reports much less useful
Modified warning flags to hide annoying reports for external code
|
2020-01-05 21:08:01 +01:00 |
|
alexey.lysiuk
|
aa8438cb45
|
- applied fast math flags to C and C++ files
Avoid copy-paste using CMake macro
# Conflicts:
# CMakeLists.txt
# libraries/glslang/OGLCompilersDLL/CMakeLists.txt
# libraries/glslang/glslang/CMakeLists.txt
# libraries/glslang/spirv/CMakeLists.txt
|
2020-01-05 21:07:36 +01:00 |
|
Christoph Oelckers
|
0954942d6a
|
- fixed compilation on XCode and silenced several warnings in the music code
|
2020-01-05 02:17:56 +01:00 |
|
alexey.lysiuk
|
49bccdcaa1
|
- fixed compilation with GCC and Clang
'fatal error: no input files' and '-ffast-math: not found'
|
2020-01-04 22:59:28 +01:00 |
|
Christoph Oelckers
|
4d2d143422
|
- gave libopen the same treatment and made it its own subproject
# Conflicts:
# src/CMakeLists.txt
# src/sound/mididevices/music_opnmidi_mididevice.cpp
# Conflicts:
# src/sound/mididevices/music_opnmidi_mididevice.cpp
|
2020-01-04 22:59:26 +01:00 |
|