4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-06 00:39:34 +00:00
William Woodruff c5e9a09087
Dockerfile, cmake: Simplify build ()
* Dockerfile, cmake: Simplify build

Always use clang in the Dockerfile, and don't overspecify
the build type.

Additionally, drop -Weverything when building in Debug mode --
it has competing flags internally and isn't intended for actual
builds.

* Dockerfile: Set CC and CXX

Ensures that we build with clang(++).

* python/setup: Blacken
2020-03-09 15:18:54 -04:00
..