4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-11 18:59:34 +00:00

2 Commits

Author SHA1 Message Date
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
William Woodruff
2acb1fc975
Dockerfile: Dockerize pe-parse ()
Adds a default entrypoint for the dump-pe as well.
2019-12-06 13:36:08 -05:00