diff options
| author | Mike Stroyan <stroyan@google.com> | 2016-09-27 14:23:43 -0600 |
|---|---|---|
| committer | Mike Stroyan <stroyan@google.com> | 2016-10-03 16:35:05 -0600 |
| commit | 596c5c84158f24af35a111e0137c3fb80879989a (patch) | |
| tree | 614264bb09aea7dccaf74d8f411ededb2918b1d1 | |
| parent | 8ed827c1f1425f9a0efd0c9ebbc0c848bc257699 (diff) | |
| download | usermoji-596c5c84158f24af35a111e0137c3fb80879989a.tar.xz | |
Revert "build: Restore default symbol visibility to layers/tests"
This reverts commit dd96dd21b438d48aa78e9de60ad0c550c856cf29.
| -rw-r--r-- | layers/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt index de0dc949..d1c8c487 100644 --- a/layers/CMakeLists.txt +++ b/layers/CMakeLists.txt @@ -115,8 +115,8 @@ if (WIN32) set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_CRT_SECURE_NO_WARNINGS /bigobj") set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -D_CRT_SECURE_NO_WARNINGS /bigobj") else() - set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wpointer-arith -Wno-unused-function -Wno-sign-compare -fvisibility=default") - set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wpointer-arith -Wno-unused-function -Wno-sign-compare -fvisibility=default") + set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wpointer-arith -Wno-unused-function -Wno-sign-compare") + set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wpointer-arith -Wno-unused-function -Wno-sign-compare") endif() add_custom_command(OUTPUT vk_dispatch_table_helper.h |
