sapling/CMake/EdenCompilerSettings.cmake
Genevieve Helsel f7fb63af3e change the size of ImportPriorityKind and ObjectFetchContext members
Summary: changes `ImportPriorityKind` and members in `ObjectFetchContext` to `uint8_t`, these should be minimized for use in `HgImportTraceEvent`

Reviewed By: xavierd

Differential Revision: D35269554

fbshipit-source-id: f36752b41e653338704316a8a75e2bbc72317e4a
2022-04-05 11:39:07 -07:00

10 lines
320 B
CMake

# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.
if (NOT WIN32)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-nullability-completeness")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -latomic")
endif()