Skip to content
Snippets Groups Projects
Commit a515c268 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'support_2719-1' into 'master'

CMakeLists updated

See merge request !20
parents 38283776 700ef57f
No related branches found
No related tags found
1 merge request!20CMakeLists updated
......@@ -11,7 +11,7 @@ add_definitions ("-D_GNU_SOURCE")
#set(CMAKE_C_FLAGS "-static -Wall -O3 -fno-ident -ffast-math -ftree-vectorize -mfpmath=sse -mmmx -msse2 -fno-asynchronous-unwind-tables -ffunction-sections -Wl,--gc-sections -Wl,--strip-all")
#set(CMAKE_ASM_FLAGS "-static -Wall -O3 -fno-ident -ffast-math -ftree-vectorize -mfpmath=sse -mmmx -msse2 -fno-asynchronous-unwind-tables -ffunction-sections -Wl,--gc-sections -Wl,--strip-all")
if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON))
if(NOT SUBMODULES_NO_BUILD)
# Check whether we're on a 32-bit or 64-bit system
if(CMAKE_SIZEOF_VOID_P EQUAL "8")
......
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