Add alignment specifiers for gcc specifically to match MSVC alignments

This commit is contained in:
Jan
2021-03-04 03:29:16 -08:00
parent 3c9a9c038d
commit 35d9110783
4 changed files with 11 additions and 11 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
make -C build -j$(nproc) all
make -C build -j$(nproc) config=release_x86 all